문제를 풀었습니다


Kinetic energy calculation

7개월 전

문제를 풀었습니다


Laws of motion 1

7개월 전

문제를 풀었습니다


Laws of motion 2

7개월 전

문제를 풀었습니다


Laws of motion 3

7개월 전

문제를 풀었습니다


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

7개월 전

문제를 풀었습니다


Laws of motion 5
Calculate the force is u are given mass and acceleration.

7개월 전

문제를 풀었습니다


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

7개월 전

문제를 풀었습니다


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

7개월 전

문제를 풀었습니다


Calculate solution of given polynomial
For example, y=function([3 -2 -4]) In here, input vector indicate 3*x^2-2*x-4, y is solution of former equation. y=[1.5...

7개월 전

문제를 풀었습니다


Force and Motion 3
Two robots push on a large object in the same direction. One robot pushes with a force of F1 Newtons and the other with a force...

7개월 전

문제를 풀었습니다


Force and Motion 2
Two robots are pulling on an object in opposite directions. One robot pulls with a force of F1 Newtons and the other with a forc...

7개월 전

문제를 풀었습니다


Laws of motion 6

7개월 전

문제를 풀었습니다


Distance Travelled by Vehicle

7개월 전

문제를 풀었습니다


Bit to Gigabyte
1 bit = 1.25 × 10^-10 gigabytes | x is bit | y is gigabyte

7개월 전

문제를 풀었습니다


Breaking up a chocolate bar
You've got a chocolate bar of size , and you want to break it up into bite-sized () pieces. How many steps are required to do th...

7개월 전

문제를 풀었습니다


Mode
Find the mode of a vector x

7개월 전

문제를 풀었습니다


Prime Number
Determine if a number is prime

7개월 전

문제를 풀었습니다


Remainder
Given two number a and b find the remainder when you divide a by b

7개월 전

문제를 풀었습니다


Add two numbers
Given two numbers a and b add them together

7개월 전

문제를 풀었습니다


Division
Given two numbers a and b divide them a/b

7개월 전

문제를 풀었습니다


Subtraction
Given two numbers a and b subtract them

7개월 전

문제를 풀었습니다


Multiplication
Given 2 numbers a and b mulitply them

7개월 전

문제를 풀었습니다


Roll the Dice!
Description Return two random integers between 1 and 6, inclusive, to simulate rolling 2 dice. Example [x1,x2] = rollDice(...

7개월 전

문제를 풀었습니다


radius of a spherical planet
You just measured its surface area, that is the input.

7개월 전

문제를 풀었습니다


Pi Estimate 1
Estimate Pi as described in the following link: <http://www.people.virginia.edu/~teh1m/cody/Pi_estimation1.pdf>

7개월 전

문제를 풀었습니다


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

7개월 전

문제를 풀었습니다


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

7개월 전

문제를 풀었습니다


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

7개월 전

문제를 풀었습니다


Magic is simple (for beginners)
Determine for a magic square of order n, the magic sum m. For example m=15 for a magic square of order 3.

7개월 전

문제를 풀었습니다


Make a random, non-repeating vector.
This is a basic MATLAB operation. It is for instructional purposes. --- If you want to get a random permutation of integer...

7개월 전

더 보기