photo

Jacob Jurgovan


Penn State University

Last seen: 7 días hace Con actividad desde 2026

Followers: 0   Following: 0

Spoken Languages:
English
Professional Interests:
Aerospace Engineering

Estadística

Cody

0 Problemas
19 Soluciones

CLASIFICACIÓN
N/A
of 301.273

REPUTACIÓN
N/A

CONTRIBUCIONES
0 Preguntas
0 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 21.212

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
20.740
of 173.726

CONTRIBUCIONES
0 Problemas
19 Soluciones

PUNTUACIÓN
266

NÚMERO DE INSIGNIAS
2

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Community Group Solver
  • Solver

Ver insignias

Feeds

Ver por

Resuelto


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.

15 días hace

Resuelto


Total energy

15 días hace

Resuelto


Potential energy calculation

15 días hace

Resuelto


Kinetic energy calculation

15 días hace

Resuelto


Laws of motion 1

15 días hace

Resuelto


Laws of motion 2

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace

Resuelto


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.

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace

Resuelto


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.

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace

Resuelto


Laws of motion 6

15 días hace

Resuelto


Laws of motion 3

15 días hace

Resuelto


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

15 días hace

Resuelto


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

15 días hace