解決済み


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.

3年以上 前

解決済み


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

3年以上 前

解決済み


Laws of motion 7

3年以上 前

解決済み


Laws of motion 6

3年以上 前

解決済み


Laws of motion 5

3年以上 前

解決済み


Laws of motion 4

3年以上 前

解決済み


Laws of motion 3

3年以上 前

解決済み


Laws of motion 2

3年以上 前

解決済み


Laws of motion 1

3年以上 前

解決済み


Kinetic energy calculation

3年以上 前

解決済み


Potential energy calculation

3年以上 前

解決済み


Total energy

3年以上 前

解決済み


Energy Conversion 2

3年以上 前

解決済み


Energy Conversion 1

3年以上 前

解決済み


Velocity Conversion

3年以上 前

解決済み


Area Conversion 2

3年以上 前

解決済み


Area Conversion 1

3年以上 前

解決済み


Mass Conversion 2

3年以上 前

解決済み


Mass Conversion 1

3年以上 前

解決済み


Temperature Conversion 3

3年以上 前

解決済み


Temperature Conversion 2

3年以上 前

解決済み


Temperature Conversion 1

3年以上 前

解決済み


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

3年以上 前

解決済み


square number
Square a number

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


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

3年以上 前

解決済み


square root
Find square root of given number

3年以上 前

解決済み


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

3年以上 前

さらに読み込む