解決済み


Celsius to Kelvin
Degrees Celsius = Kelvin - 273.15

10年以上 前

解決済み


Small Riddle
Mr. Smith has two children. If the older child is a boy, what are the odds that the other child is also a boy?

10年以上 前

解決済み


Sum all integers from 1 to 5^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=6

10年以上 前

解決済み


Vector
Create a 1 x 10 vector from 1 to 20 with increments of 2

10年以上 前

解決済み


Create a vector
Create a vector from 0 to n by intervals of 2.

10年以上 前

解決済み


Hydrogens in a Saturated Hydrocarbon
Given (c) carbon atoms in a saturated hydrocarbon molecule (all single bonds), how many hydrogen atoms (h) are in the molecule?

10年以上 前

解決済み


Times 3 problem
When you enter the number, it should return the number multiplied by 3

10年以上 前

解決済み


Potential Energy
Calculate the potential energy of a rock.

10年以上 前

解決済み


Kinetic Energy
Given the mass m and velocity v of an object, determine its <http://en.wikipedia.org/wiki/Kinetic_energy kinetic energy>.

10年以上 前

解決済み


Increase monotonically
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

10年以上 前

解決済み


factorial of a number x
Factorial of a number x

10年以上 前

解決済み


Repeat The Components of Matrix
Repeat The components of a matrix so that the size of the output matrix is double to input matrix and components are repeated ne...

10年以上 前

解決済み


Bruh
Return 'bruh'.

10年以上 前

解決済み


given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false

10年以上 前

解決済み


~(*|/)
Return three quarters of n without using addition, subtraction, multiplication or division.

10年以上 前

解決済み


Create a Matrix of Zeros
Given an input x, create a square matrix y of zeros with x rows and x columns.

10年以上 前

解決済み


Create a Standard Size Vector
Given an input x, create a row vector y from 1 to x with 5 elements.

10年以上 前

解決済み


Square a Number
Given an input x, return y, which is equal to the square of x.

10年以上 前

解決済み


Conversion from hours to mili sec
Convert given input in hours to mili seconds

10年以上 前

解決済み


Determine if input is divisible by three.
Given a positive integer, n, determine if n is divisible by 3. If yes, the function should output true. If no, false.

10年以上 前

解決済み


Vertically stack two vectors
Stack two vectors on top of each-other so that... if A = [1 5 3] and B = [8 6 4] then C = [1 5 3 ; 8 6 4]

10年以上 前

解決済み


Luggage delivery
Assign deliveryCost with the cost to deliver a piece of baggage weighing baggageWeight. The service charges twenty dollars for ...

10年以上 前

解決済み


Check bounds
Assign inRange with 1 if userWeight is greater than 100 and less than or equal to 200.

10年以上 前

解決済み


Genetic markers test
Assign testResult with 1 if either geneticMarkerA is 1 or geneticMarkerB is 1. If geneticMarkerA and geneticMarkerB are both 1, ...

10年以上 前

解決済み


Convert letters to Greek letter
Write a switch statement that checks origLetter. If origLetter is 'a' or 'A', assign greekLetter with 'Alpha'. If origLetter is ...

10年以上 前

解決済み


Circle area using pi
Write a statement that assigns circleArea with the circle's area given circleRadius. Use the built-in mathematical constant pi. ...

10年以上 前

解決済み


Remove DC
Input x is the sampled signal vector, may have both AC and DC components. Output y should not contain any DC component. Examp...

10年以上 前

解決済み


Assigning a sum
* Write a statement that assigns numCoins with numNickels + numDimes.

10年以上 前

解決済み


Arrange vector in ascending order
Arrange a given vector in ascending order. input = [4 5 1 2 9]; output = [1 2 4 5 9];

10年以上 前

解決済み


Who knows the last digit of pi?
There is only one man who knows the last digit of pi, who is that man? Give the name of that man, who, by popular believe, can ...

10年以上 前

さらに読み込む