photo

Jacob Jurgovan


Penn State University

Last seen: 3일 전 2026년부터 활동

Followers: 0   Following: 0

Spoken Languages:
English
Professional Interests:
Aerospace Engineering

통계

Cody

0 문제
19 답안

순위
N/A
of 301,195

평판
N/A

참여
0 질문
0 답변

답변 채택
0.00%

획득한 표
0

순위
 of 21,190

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
20,716
of 173,322

참여
0 문제
19 답안

점수
266

배지 수
2

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Community Group Solver
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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.

3일 전

문제를 풀었습니다


Total energy

3일 전

문제를 풀었습니다


Potential energy calculation

3일 전

문제를 풀었습니다


Kinetic energy calculation

3일 전

문제를 풀었습니다


Laws of motion 1

3일 전

문제를 풀었습니다


Laws of motion 2

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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.

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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.

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


Laws of motion 6

3일 전

문제를 풀었습니다


Laws of motion 3

3일 전

문제를 풀었습니다


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

3일 전

문제를 풀었습니다


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

3일 전