Risolto


find the height

quasi 2 anni fa

Risolto


Swap rows

quasi 2 anni fa

Risolto


Size

quasi 2 anni fa

Risolto


10% Discount

quasi 2 anni fa

Risolto


Find Sum of array

quasi 2 anni fa

Risolto


Dot Product

quasi 2 anni fa

Risolto


Matrix operation

quasi 2 anni fa

Risolto


Add 2 Vectors

quasi 2 anni fa

Risolto


Find out if Quadratic Equation has real roots or not?
Input [a b c] ax^2+bx+c=0 Output [1 or 0] 1= Quadratic Equation has real roots 0= Quadratic Equation has imaginary roots

quasi 2 anni fa

Risolto


Draw 'P' !!!
Draw a n by n matrix 'P' using 0s and 1s. (n is odd and greater than 4) if n=5 , then the output will be [1 1 1 1 1 1 0 0 0...

quasi 2 anni fa

Risolto


sign function

quasi 2 anni fa

Risolto


Multiplos 7
Escreva um programa que mostre todos os números entre 5 e 100 que são divisíveis por 7, mas não são múltiplos de 5. Os números o...

quasi 2 anni fa

Risolto


Lista Ordenada
Dado um vetor V, verifique se o vetor está ordenado, retorne true ou false. Ordenado([1 2 3 4]) = true;

quasi 2 anni fa

Risolto


persistant sum
There will be 9 tests for this problem. In each test you will be provided with 2 integers n=[n1,n2], where n2 is equal to t...

quasi 2 anni fa

Risolto


Basic commands - rounding
make a function which will round to integer, which is nearer to zero. Example x=[-2.5 2]; y=[-2 2];

quasi 2 anni fa

Risolto


Find out value of sine given by degree.
Find out value of sine given by degree. If theta=30, it's value must be 0.5.

quasi 2 anni fa

Risolto


Create vector as shown in test cases
Create vector as shown in test cases

quasi 2 anni fa

Risolto


Round to nearest integer

quasi 2 anni fa

Risolto


easy problem
Find the last element of the array

quasi 2 anni fa

Risolto


wipe out!
make all the elements in given x zero.

quasi 2 anni fa

Risolto


Change matrix to vector2
From x = 4 3 5 1 5 1 To y = 4 3 5 1 ...

quasi 2 anni fa

Risolto


Calculate some equation
Using given inputs x and z, make two outputs that are y1 = (xz)/(x/z)^2 + 14x^2 - 0.8z^2 y2 = x^z - z^x + (x/z)^2 - (z/x...

quasi 2 anni fa

Risolto


Radians to Degrees
Convert radians to degrees.

quasi 2 anni fa

Risolto


Kinetic Energy
Given mass, m, and kinetic energy, KE, find the velocity of the object.

quasi 2 anni fa

Risolto


Degrees to Radian
Convert degrees to radians

quasi 2 anni fa

Risolto


Make an identity matrix whose diagonal elements are 1:n
For a given input n, make an n by n identity matrix that contains the elements 1:n along its diagonal. For example, if input=5: ...

quasi 2 anni fa

Risolto


Where is the number that you want to find?
For a given matrix A, find where the input number x appears. Do this task by returning the vector which contains the row and th...

quasi 2 anni fa

Risolto


find the 'M'
for an input x, return 1 at the location of the letter 'M'

quasi 2 anni fa

Carica altro