문제를 풀었습니다


An Ohm's Law Calculator
*BACKGROUND / MOTIVATION:* Many important observations in math and science can be described by short, but powerful, equations...

거의 4년 전

문제를 풀었습니다


Find Logic 18

거의 4년 전

문제를 풀었습니다


Find Logic 19

거의 4년 전

문제를 풀었습니다


Sum of series IX

거의 4년 전

문제를 풀었습니다


Sum of series VIII

거의 4년 전

문제를 풀었습니다


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Velocity Conversion
Given a velocity in mph, convert it to km/h. Round the answer to the fourth decimal place.

거의 4년 전

문제를 풀었습니다


Mass Conversion 2

거의 4년 전

문제를 풀었습니다


Mass Conversion 1

거의 4년 전

문제를 풀었습니다


Temperature Conversion 3

거의 4년 전

문제를 풀었습니다


Temperature Conversion 2

거의 4년 전

문제를 풀었습니다


Temperature Conversion 1

거의 4년 전

문제를 풀었습니다


Apply a function array to an array of numbers
It is required to apply a cell array of functions to a numerical array, where the functions accept only scalar inputs. Exampl...

거의 4년 전

문제를 풀었습니다


Function composition
Write a function that accepts two function handles f and g and returns the composition h. That is, h = (f o g)(x) = f(g(x)) ...

거의 4년 전

문제를 풀었습니다


Total energy

거의 4년 전

문제를 풀었습니다


Potential energy calculation

거의 4년 전

문제를 풀었습니다


Kinetic energy calculation

거의 4년 전

문제를 풀었습니다


Laws of motion 1

거의 4년 전

문제를 풀었습니다


Laws of motion 2

거의 4년 전

문제를 풀었습니다


Laws of motion 3

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

문제를 풀었습니다


Laws of motion 5

거의 4년 전

문제를 풀었습니다


Laws of motion 6

거의 4년 전

문제를 풀었습니다


Replace Nonzero Numbers with 1
Given the matrix x, return the matrix y with non zero elements replaced with 1. Example: Input x = [ 1 2 0 0 0 ...

거의 4년 전

문제를 풀었습니다


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

거의 4년 전

더 보기