sachin kansal
Followers: 0 Following: 0
I am an undergraduate engineer. my main interest is towards mechanical design and simulations.
Statistica
RANK
6.482
of 295.788
REPUTAZIONE
6
CONTRIBUTI
0 Domande
1 Risposta
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
1
RANK
13.294 of 20.282
REPUTAZIONE
22
VALUTAZIONE MEDIA
5.00
CONTRIBUTI
2 File
DOWNLOAD
5
ALL TIME DOWNLOAD
171
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Risolto
Is the Point in a Triangle?
Check whether a point or multiple points is/are in a triangle with three corners Points = [x, y]; Triangle = [x1, y1; x...
oltre 3 anni fa
Risolto
Rotate Matrix @180 degree
Rotate Matrix @180 degree Example A=[8 1 6; 3 5 7; 4 9 2], then answer would be [2 9 4;...
oltre 3 anni fa
Risolto
Calculate the average value of the elements in the array
Calculate the average value of the elements in the array
oltre 3 anni fa
Risolto
the average value of the elements
Calculate the average value of the elements in the array
oltre 3 anni fa
Inviato
piston-rod-crank mechanism
the app plots the position-time; velocity-time; the acceleration-time graph
quasi 4 anni fa | 4 download |
Risolto
Duplicate each element of a vector.
for an n-dimensional vector x, the function should return another vector 2n-dimension which each element is repeated twice. Ex...
circa 4 anni fa
Risolto
Flipping
Write code that can reverse the vector without using any sort of loop. Example Given the input vector A = [ 1 2 3 4 5...
circa 4 anni fa
Risolto
Wind Chill Computation
On a windy day, a temperature of 15 degrees may feel colder, perhaps 7 degrees. The formula below calculates the "wind chill," i...
circa 4 anni fa
Risolto
find the surface area of a cube
given cube side length x, find the surface area of the cube, set it equal to y
circa 4 anni fa
Risolto
Area of a circle
Given the radius x, y would be the area of a circle. Pi = 3.1416
circa 4 anni fa
Risolto
Create an anti-identity matrix
Create an anti-identity matrix of given dimension. Examples n = 2 A = [0 1; 1 0] n = 3 A = [0 0 1; 0 1 0; 1 0 0...
circa 4 anni fa
Risolto
Create Vector containing following elements
Create Vector containing following elements A=[pi eps NaN inf -inf flintmax];
circa 4 anni fa
Risolto
Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?
circa 4 anni fa
Risolto
Find the area of a rectangle if length of the diagonal is given.
if length of a diagnonal in rectangle is 5. Its area is 12.
circa 4 anni fa
Risolto
Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?
circa 4 anni fa
Risolto
Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?
circa 4 anni fa
Risolto
Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?
circa 4 anni fa
Risolto
Matrix to column conversion
Given a matrix of any size, convert it into a column vector. e.g A=[10 20 30; 40 50 60] then, B = [10; 40; ...
circa 4 anni fa
Risolto
Reverse the elements of an array
Reverse the order of elements in an array: eg: input X = [ 1 2 3 ; 4 5 6 ; 7 8 9 ] o...
circa 4 anni fa
Risolto
Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?
circa 4 anni fa