A résolu


Find Logic 8

plus de 4 ans il y a

A résolu


Find Logic 7

plus de 4 ans il y a

A résolu


Find Logic 6

plus de 4 ans il y a

A résolu


Find Logic 4

plus de 4 ans il y a

A résolu


Find Logic 3

plus de 4 ans il y a

A résolu


Find Logic 1

plus de 4 ans il y a

A résolu


Is A the inverse of B?
Given a matrix A and a matrix B, is A the inverse of B? >>A=[2,4;3,5]; >>B=[-2.5,2;1.5,-1]; >>isInverse...

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


Converts numbers into characters
Converts numbers into characters

plus de 4 ans il y a

A résolu


Find the max element of the array
Find the max element of the array

plus de 4 ans il y a

A résolu


Square root
Given x (a matrix), give back another matrix, where all the elements are the square roots of x's elements.

plus de 4 ans il y a

A résolu


Calculate the average value of the elements in the array
Calculate the average value of the elements in the array

plus de 4 ans il y a

A résolu


to the 2 all elements
to the 2 all elements

plus de 4 ans il y a

A résolu


the average value of the elements
Calculate the average value of the elements in the array

plus de 4 ans il y a

A résolu


Double all elements in the array
Duplicate all elements in the array

plus de 4 ans il y a

A résolu


calculate the length of matrix
input 1 array, calculate the length

plus de 4 ans il y a

A résolu


Draw a '0' in a one matrix!

plus de 4 ans il y a

A résolu


Angle between Two Vectors
The dot product relationship, a dot b = | a | | b | cos(theta), can be used to determine the acute angle between vector a and ve...

plus de 4 ans il y a

A résolu


Volume of a Parallelepiped
Calculate the volume of a Parallelepiped given the vectors for three edges that meet at one vertex. A cube is a special case ...

plus de 4 ans il y a

A résolu


Are all the three given point in the same line?
In this problem the input is the coordinate of the three points in a XY plane? P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) how can...

plus de 4 ans il y a

A résolu


Television Screen Dimensions
Given a width to height ratio of a TV screen given as _w_ and _h_ as well as the diagonal length of the television _l_, return t...

plus de 4 ans il y a

A résolu


Mass Conversion 2

plus de 4 ans il y a

A résolu


Mass Conversion 1

plus de 4 ans il y a

A résolu


Temperature Conversion 3

plus de 4 ans il y a

A résolu


Temperature Conversion 2

plus de 4 ans il y a

A résolu


Temperature Conversion 1

plus de 4 ans il y a

A résolu


surrounded matrix
With a given matrix A (size m x n) create a matrix B (size m+2 x n+2) so that the matrix A is surrounded by ones: A = [1 2 ...

plus de 4 ans il y a

A résolu


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

plus de 4 ans il y a

A résolu


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

plus de 4 ans il y a

A résolu


Permute diagonal and antidiagonal
Permute diagonal and antidiagonal For example [1 2 3;4 5 6;7 8 9] -> [3 2 1;4 5 6;9 8 7] WITHOUT diag function (and variable n...

plus de 4 ans il y a

Charger plus