Resuelto


Convert yards to feet
The goal of this script is to convert a value given in yards to feet.

alrededor de 5 años hace

Resuelto


Basics: 'Find the eigenvalues of given matrix
Find the eigenvalues y for a given matrix x.

alrededor de 5 años hace

Resuelto


Roots
Find out the roots of a given polynomial equation.Given are the coefficients of the equation.

alrededor de 5 años hace

Resuelto


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

alrededor de 5 años hace

Resuelto


Find the area of the four walls
If length, breadth and height of the walls are given, find the area of the four walls.

alrededor de 5 años hace

Resuelto


0<=x<=pi?
Check whether the given angle is between zero and pi. Return logical true or false.

alrededor de 5 años hace

Resuelto


easy problem
Find the last element of the array

alrededor de 5 años hace

Resuelto


Find the dimensions of a matrix
Just find the number of columns of the given matrix. Example x = [1 2 3 4 5 6] y = 2

alrededor de 5 años hace

Resuelto


Add 2 Vectors

alrededor de 5 años hace

Resuelto


Find the second biggist number in a vector or a matrix

alrededor de 5 años hace

Resuelto


Find the standard deviation of an array

alrededor de 5 años hace

Resuelto


reverse the order and combine a matrix

alrededor de 5 años hace

Resuelto


Back and Forth Rows
Given a number n, create an n-by-n matrix in which the integers from 1 to n^2 wind back and forth along the rows as shown in the...

alrededor de 5 años hace

Resuelto


Remove the positive integers.
Given array,x, remove all the positive numbers and display ouput as y. Example x=[1 -2 3 -4] , output is y=[-2 -4].

alrededor de 5 años hace

Resuelto


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

alrededor de 5 años hace

Resuelto


Back to basics 10 - Max Float
Covering some basic topics I haven't seen elsewhere on Cody. Return the largest positive floating-point number MATLAB can han...

alrededor de 5 años hace

Resuelto


Dot Product

alrededor de 5 años hace

Resuelto


Solve the equation. Find X.

alrededor de 5 años hace

Resuelto


Area of Ellipse

alrededor de 5 años hace

Resuelto


unsolvable

alrededor de 5 años hace

Resuelto


matrix rows and columns

alrededor de 5 años hace

Resuelto


Negative Infinity
Round the given array a towards negative infinity.

alrededor de 5 años hace

Resuelto


Find the minimal value in N*N Matrix
Suppose that we have N by N matrix, we try to find the minimal value in that matrix. examples: Input A=[1 2 3 5 6;52 58 56 45...

alrededor de 5 años hace

Resuelto


imaginary results
Return the value of the imaginary number i to the power of input argument n.

alrededor de 5 años hace

Resuelto


Summation of array
Given an array, Find the sum of all of the elements in it Examples: Input x = [1 2 3 5; 4 5 6 7]; Output y is 33

alrededor de 5 años hace

Resuelto


Check if sorted
Check if sorted. Example: Input x = [1 2 0] Output y is 0

alrededor de 5 años hace

Resuelto


Summy's odd sum

alrededor de 5 años hace

Resuelto


Divide elements by sum of elements
In this problem, I ask you to write a function which will divide the elements of each column by the sum of the elements of the s...

alrededor de 5 años hace

Resuelto


Find the absolute value of of the array

alrededor de 5 años hace

Resuelto


Adding Numbers
Add the input numbers to the original.

alrededor de 5 años hace

Cargar más