photo

Jacob Jurgovan


Penn State University

Last seen: 4 Tage vor Aktiv seit 2026

Followers: 0   Following: 0

Spoken Languages:
English
Professional Interests:
Aerospace Engineering

Statistik

Cody

0 Probleme
19 Lösungen

RANG
N/A
of 301.200

REPUTATION
N/A

BEITRÄGE
0 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.190

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
20.716
of 173.339

BEITRÄGE
0 Probleme
19 Lösungen

PUNKTESTAND
266

ANZAHL DER ABZEICHEN
2

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Community Group Solver
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


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.

4 Tage vor

Gelöst


Total energy

4 Tage vor

Gelöst


Potential energy calculation

4 Tage vor

Gelöst


Kinetic energy calculation

4 Tage vor

Gelöst


Laws of motion 1

4 Tage vor

Gelöst


Laws of motion 2

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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.

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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.

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


Laws of motion 6

4 Tage vor

Gelöst


Laws of motion 3

4 Tage vor

Gelöst


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

4 Tage vor

Gelöst


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

4 Tage vor