A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


easy problem
Find the last element of the array

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Add 2 Vectors

environ 5 ans il y a

A résolu


Find the standard deviation of an array

environ 5 ans il y a

A résolu


reverse the order and combine a matrix

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


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].

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


Dot Product

environ 5 ans il y a

A résolu


Solve the equation. Find X.

environ 5 ans il y a

A résolu


Area of Ellipse

environ 5 ans il y a

A résolu


unsolvable

environ 5 ans il y a

A résolu


matrix rows and columns

environ 5 ans il y a

A résolu


Negative Infinity
Round the given array a towards negative infinity.

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


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

environ 5 ans il y a

A résolu


Summy's odd sum

environ 5 ans il y a

A résolu


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...

environ 5 ans il y a

A résolu


Find the absolute value of of the array

environ 5 ans il y a

A résolu


Adding Numbers
Add the input numbers to the original.

environ 5 ans il y a

Charger plus