Community Profile

photo

Ramesh Singh


Last seen: 7 jours il y a Actif depuis 2020

Followers: 0   Following: 0

Contact

BE in mechanical from tribhuvan university nepal personal interest machine learning, deep learning etc

Statistiques

All
  • Draw Letters
  • First Answer
  • CUP Challenge Master
  • Thankful Level 1
  • Promoter
  • Introduction to MATLAB Master
  • Community Group Solver
  • Solver

Afficher les badges

Feeds

Afficher par

A résolu


Find Logic 27

plus d'un an il y a

A résolu


Number Puzzle - 071

plus d'un an il y a

A résolu


Find the Pattern 3

plus d'un an il y a

A résolu


Transpose the Matrix
Transpose the given matrix, e.g. x=[a b;c d] transpose of x = [a c;b d]

plus de 2 ans il y a

A résolu


Flipping a Matrix
Flipping matrix up and down. If a central row is exists, leave it, and flip remaining rows. Example Mat = magic(3) ...

plus de 2 ans il y a

A résolu


Cofactor
Given a matrix, find the cofactor of the element in 'i'th row and 'j'th column.

plus de 2 ans il y a

A résolu


Factorial !
Calculate the factorial of a non-negative integer without using the built in function *factorial*

plus de 2 ans il y a

A résolu


sum all digits
input = 123456789, output = 1+2+3+4+5+6+7+8+9 = 45

plus de 2 ans il y a

A résolu


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)

plus de 2 ans il y a

A résolu


Matrix Generation from Vector Multiplication
Output the matrix generated from multiplying two vectors together

plus de 2 ans il y a

A résolu


Simple Vector Addition
Take two incoming vectors and output the sum of the two vectors

plus de 2 ans il y a

A résolu


Vector Element Multiplication
Take two incoming vectors, and output the element wise multiplication of the vectors.

plus de 2 ans il y a

A résolu


Matrix Ax=B problem
Take a incoming A and B vector, and solve for x

plus de 2 ans il y a

A résolu


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.

plus de 2 ans il y a

A résolu


Matrix Max Finder
Output the maximum value in a matrix

plus de 2 ans il y a

A résolu


Find the index of the lowest number in a matrix
Take a matrix, and find the [row cal] index of the lowest number

plus de 2 ans il y a

A résolu


Matrix multiplication
Multiply two incoming matrices via matrix multiplication

plus de 2 ans il y a

A résolu


Matrix element wise multiplication
Take two incoming vectors, and multiply them element wise

plus de 2 ans il y a

A résolu


find the roots of a quadratic equation
for e.g x = [ 2 -1 -3] y = [1.5 -1]

plus de 2 ans il y a

A résolu


Resizing Matrices
Take an 4x3 matrix, and resize it to a 2x6 matrix

plus de 2 ans il y a

A résolu


Vector indexing: lower than mean
Find all values in a vector lower than the mean of the vector

plus de 2 ans il y a

A résolu


Sum two matrices
Take two incoming matrices, and sum them

plus de 2 ans il y a

A résolu


easy problem
Find the last element of the array

plus de 2 ans il y a

A résolu


Array of Ones
Create a 100 X 100 array of ones.

plus de 2 ans il y a

A résolu


Determine if a row vector has NaN
Determine if a row vector x has NaN

plus de 2 ans il y a

A résolu


calculate the tangent of angle in radians
Calculate the tangent of angle in degrees

plus de 2 ans il y a

A résolu


Test if a number is numeric or not
Test if a number is numeric or not

plus de 2 ans il y a

A résolu


factorial of a number x
Factorial of a number x

plus de 2 ans il y a

A résolu


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

plus de 2 ans il y a

A résolu


Speed of car
Calculate the Speed of car given its Distance travelled and time taken in x and y respectively

plus de 2 ans il y a

Charger plus