解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

2年以上 前

解決済み


Temperature Conversion 2

2年以上 前

解決済み


Try 1.5.4: Celsius to Fahrenheit
Write a program to convert an input given in Celsius to Fahrenheit. Examples: Input celsiusValue = 100 Output fahrValu...

2年以上 前

解決済み


First N Perfect Squares
*Description* Return the first N perfect squares *Example* input = 4; output = [ 1 4 9 16 ];

2年以上 前

解決済み


Area of a triangle
A triangle is given with base *'b'* ,vertical hight *'h'* . then find it's area.

2年以上 前

解決済み


Total energy

2年以上 前

解決済み


Temperature Conversion 1

2年以上 前

解決済み


Laws of motion 4
Given the initial velocity 'u', final velocity 'v' and acceleration 'a', find the distance travelled.

2年以上 前

解決済み


Kinetic energy calculation

2年以上 前

解決済み


multiply by three
Given the variable x as your input, multiply it by 3 and put the result equal to y. Examples: Input x = 2 Output y is ...

2年以上 前

解決済み


Back to basics 22 - Rotate a matrix
Covering some basic topics I haven't seen elsewhere on Cody. Rotate the input matrix 90 degrees counterclockwise (e.g. [1 2; ...

2年以上 前

解決済み


Laws of motion 2

2年以上 前

解決済み


Laws of motion 5

2年以上 前

解決済み


Back to basics 8 - Matrix Diagonals
Covering some basic topics I haven't seen elsewhere on Cody. Given an input vector of numbers, output a square array with the...

2年以上 前

解決済み


Y=X
Given an input variable x, output a variable y that is equal in value to x. Example: Input x = 1 Output y is 1 Inp...

2年以上 前

解決済み


Rotate a Matrix by 90 degrees
Rotate a Matrix by 90 degrees Example: If the input is: X = 1 2 3 4 5 6 7 8 9 ...

2年以上 前

解決済み


Potential energy calculation

2年以上 前

解決済み


Given a matrix, swap the 2nd & 3rd columns
If a = [1 2 3 4; 1 2 3 4; 1 2 3 4; 1 2 3 4]; then the result is ans = 1 3 2 4 1 3 2...

2年以上 前

解決済み


Volume Pillar
Calculate the volume of a pillar with radius l and heigth ar.

2年以上 前

解決済み


surface of a spherical planet
you just discovered its circumference, that is the input.

2年以上 前

解決済み


to the 2 all elements
to the 2 all elements

2年以上 前

解決済み


Compute a dot product of two vectors x and y
x and y are input vectors, d is a number and contains their dot product

2年以上 前

解決済み


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

2年以上 前

解決済み


Laws of motion 1

2年以上 前

解決済み


Converts numbers into characters
Converts numbers into characters

2年以上 前

解決済み


Perimeter of a semicircle
Given the diameter d, find the perimeter of a semicircle

2年以上 前

解決済み


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

2年以上 前

解決済み


Laws of motion 6

2年以上 前

解決済み


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

2年以上 前

解決済み


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

2年以上 前

さらに読み込む