photo

Ryan


Last seen: 3 months 前 自 2024 起处于活动状态

Followers: 0   Following: 0

统计学

Cody

4 个问题
18 个答案

排名
N/A
of 299,916

声誉
N/A

贡献数
0 个提问
0 个回答

回答接受率
0.00%

收到投票数
0

排名
 of 20,840

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
13,852
of 166,562

贡献数
4 个问题
18 个答案

评分
394

徽章数量
5

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Explorer
  • Commenter
  • Speed Demon
  • Creator
  • Community Group Solver
  • Solver

查看徽章

Feeds

排序方式:

问题


Write a code to implement the improved Euler's method to integrate a simple function
Euler's method approximates the solution to a differential equation as where . It's possible to improve on Euler's method by ...

1 year 前 | 0 | 10 个解题者

已解决


Write a code to implement Euler's method to integrate a simple function
Euler's method approximates the solution to a differential equation as where . The challenge is to write a code that can take...

1 year 前

问题


Write a code to implement Euler's method to integrate a simple function
Euler's method approximates the solution to a differential equation as where . The challenge is to write a code that can take...

1 year 前 | 1 | 16 个解题者

已解决


Orthogonalize 3 column vectors using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize three linearly independent column vectors. Return three output column vectors that...

1 year 前

问题


Orthogonalize 3 column vectors using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize three linearly independent column vectors. Return three output column vectors that...

1 year 前 | 0 | 13 个解题者

已解决


Orthogonalize a 2x2 matrix using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize two linearly independent column vectors. Return two output column vectors that are...

1 year 前

问题


Orthogonalize a 2x2 matrix using the Gram-Schmidt process
Use the Gram-Schmidt process to orthogonalize two linearly independent column vectors. Return two output column vectors that are...

1 year 前 | 0 | 12 个解题者

已解决


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

1 year 前

已解决


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

1 year 前

已解决


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

1 year 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

1 year 前

已解决


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1 year 前

已解决


Total energy

1 year 前

已解决


Potential energy calculation

1 year 前

已解决


Kinetic energy calculation

1 year 前

已解决


Laws of motion 6

1 year 前

已解决


Laws of motion 5

1 year 前

已解决


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

1 year 前

已解决


Laws of motion 3

1 year 前

已解决


Laws of motion 2

1 year 前

已解决


Laws of motion 1

1 year 前

已解决


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

1 year 前