Risolto


Determine whether the input is divisible by 3 as well as 5
If the input is divisible by 3 as well as 5 then the output should be 'true' otherwise 'false'

circa 5 anni fa

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.

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

circa 5 anni fa

Risolto


Laws of motion 7

circa 5 anni fa

Risolto


Laws of motion 6

circa 5 anni fa

Risolto


Laws of motion 5

circa 5 anni fa

Risolto


Laws of motion 4

circa 5 anni fa

Risolto


Laws of motion 3

circa 5 anni fa

Risolto


Laws of motion 2

circa 5 anni fa

Risolto


Laws of motion 1

circa 5 anni fa

Risolto


Kinetic energy calculation

circa 5 anni fa

Risolto


Potential energy calculation

circa 5 anni fa

Risolto


Total energy

circa 5 anni fa

Risolto


Energy Conversion 2

circa 5 anni fa

Risolto


Energy Conversion 1

circa 5 anni fa

Risolto


Velocity Conversion

circa 5 anni fa

Risolto


Area Conversion 2

circa 5 anni fa

Risolto


Area Conversion 1

circa 5 anni fa

Risolto


Mass Conversion 2

circa 5 anni fa

Risolto


Mass Conversion 1

circa 5 anni fa

Risolto


Temperature Conversion 3

circa 5 anni fa

Risolto


Temperature Conversion 2

circa 5 anni fa

Risolto


Temperature Conversion 1

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


square number
Square a number

circa 5 anni fa

Risolto


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

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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


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

circa 5 anni fa

Risolto


square root
Find square root of given number

circa 5 anni fa

Carica altro