Risolto


Find the last digit
FInd the last digit of a given number. Given number is the input and output should be the last digit of that number.

oltre 3 anni fa

Risolto


Sum of Two Numbers
Given two integer numbers x and y, calculate their sum and put it in z. Examples: Inputs x = 2, y = 4 Output z is 6 ...

oltre 3 anni fa

Risolto


Laws of motion 7

oltre 3 anni fa

Risolto


Laws of motion 6

oltre 3 anni fa

Risolto


Laws of motion 5

oltre 3 anni fa

Risolto


Laws of motion 4

oltre 3 anni fa

Risolto


Laws of motion 3

oltre 3 anni fa

Risolto


Laws of motion 2

oltre 3 anni fa

Risolto


Laws of motion 1

oltre 3 anni fa

Risolto


Kinetic energy calculation

oltre 3 anni fa

Risolto


Potential energy calculation

oltre 3 anni fa

Risolto


Total energy

oltre 3 anni fa

Risolto


Energy Conversion 2

oltre 3 anni fa

Risolto


Energy Conversion 1

oltre 3 anni fa

Risolto


Velocity Conversion

oltre 3 anni fa

Risolto


Area Conversion 2

oltre 3 anni fa

Risolto


Area Conversion 1

oltre 3 anni fa

Risolto


Mass Conversion 2

oltre 3 anni fa

Risolto


Mass Conversion 1

oltre 3 anni fa

Risolto


Temperature Conversion 3

oltre 3 anni fa

Risolto


Temperature Conversion 2

oltre 3 anni fa

Risolto


Temperature Conversion 1

oltre 3 anni fa

Risolto


Swap two numbers
Example Input: a = 10 b = 20 Output a = 20 b = 10

oltre 3 anni fa

Risolto


square number
Square a number

oltre 3 anni fa

Risolto


Sum the rows
Sum the rows of the given matrix. Example x = [ 1 2 3 4 ] y = [ 3 7 ]

oltre 3 anni fa

Risolto


Replace all odd numbers with NaN
Replace all odd numbers in the vector or matrix with NaN. For example, if x = [1 3 4 5 8 11]; then return y = [NaN Na...

oltre 3 anni fa

Risolto


true or false
if the matrix has a zero, return true. else, return false

oltre 3 anni fa

Risolto


raise 1/3
Raise a number to 1/3 power.

oltre 3 anni fa

Risolto


square root
Find square root of given number

oltre 3 anni fa

Risolto


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

oltre 3 anni fa

Carica altro