photo

Jacob Jurgovan


Penn State University

Last seen: 8 giorni fa Attivo dal 2026

Followers: 0   Following: 0

Spoken Languages:
English
Professional Interests:
Aerospace Engineering

Statistica

Cody

0 Problemi
19 Soluzioni

RANK
N/A
of 301.287

REPUTAZIONE
N/A

CONTRIBUTI
0 Domande
0 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
0

RANK
 of 21.220

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
20.751
of 173.814

CONTRIBUTI
0 Problemi
19 Soluzioni

PUNTEGGIO
266

NUMERO DI BADGE
2

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Community Group Solver
  • Solver

Visualizza badge

Feeds

Visto da

Risolto


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.

17 giorni fa

Risolto


Total energy

17 giorni fa

Risolto


Potential energy calculation

17 giorni fa

Risolto


Kinetic energy calculation

17 giorni fa

Risolto


Laws of motion 1

17 giorni fa

Risolto


Laws of motion 2

17 giorni fa

Risolto


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

17 giorni fa

Risolto


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

17 giorni fa

Risolto


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.

17 giorni fa

Risolto


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<https://i.imgu...

17 giorni fa

Risolto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

17 giorni fa

Risolto


Return area of square
Side of square=input=a Area=output=b

17 giorni fa

Risolto


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

17 giorni fa

Risolto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

17 giorni fa

Risolto


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Input...

17 giorni fa

Risolto


Laws of motion 6

17 giorni fa

Risolto


Laws of motion 3

17 giorni fa

Risolto


Add two numbers
Given a and b, return the sum a+b in c.

17 giorni fa

Risolto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

17 giorni fa