Ramesh Singh
Followers: 0 Following: 0
BE in mechanical from tribhuvan university nepal personal interest machine learning, deep learning etc
Statistics
RANK
68 470
of 295 467
REPUTATION
0
CONTRIBUTIONS
1 Question
1 Answer
ANSWER ACCEPTANCE
100.0%
VOTES RECEIVED
0
RANK
of 20 234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]
ungefär 3 år ago
Solved
Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...
ungefär 3 år ago
Solved
Cofactor
Given a matrix, find the cofactor of the element in 'i'th row and 'j'th column.
mer än 3 år ago
Solved
Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*
mer än 3 år ago
Solved
Find the mean of two vectors
Take two vectors, and output the mean of them (bonus if you don't use the in-built mean function)
mer än 3 år ago
Solved
Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together
mer än 3 år ago
Solved
Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors
mer än 3 år ago
Solved
Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.
mer än 3 år ago
Solved
Find the sum of the largest two elements in a vector
With this one, you have to find the two largest elements in a vector and output the sum of those numbers.
mer än 3 år ago
Solved
Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number
mer än 3 år ago
Solved
Matrix multiplication
Multiply two incoming matrices via matrix multiplication
mer än 3 år ago
Solved
Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise
mer än 3 år ago
Solved
Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector
mer än 3 år ago
Solved
calculate the tangent of angle in radians
Calculate the tangent of angle in degrees
mer än 3 år ago
Solved
Create a square matrix of zeros of even order
Create a square matrix of zeros of even order
mer än 3 år ago
Solved
Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively
mer än 3 år ago