Feeds
提问
Making a nested vector function
Hey all, I feel really dumb about asking this but I am trying to make a function that takes in any two vectors of equal lengths ...
10 years 前 | 1 个回答 | 0
1
个回答提问
Damped Cosine Wave Fitting
Hey everyone, I am having trouble fitting a damped cosine wave function form experimental data that I took using a Cavendish Bal...
10 years 前 | 1 个回答 | 0
1
个回答提问
Modeling Diffusion using Monte Carlo Simulations
Hello everyone, for a class project we need to model a caffeine molecule in air and how it diffuses as a random walk. The mean f...
10 years 前 | 0 个回答 | 0
0
个回答提问
Eulers method to Huegns Method
Hello everyone, I am trying to get my former Eulers code to now represent Huen's method. I am having trouble doing this as it se...
10 years 前 | 0 个回答 | 0
0
个回答提问
Modify Euler's Method to Heun's method
Hey all i have coded Eulers method, however i now need to modify it to include Heun's method this is what i have so far... ...
10 years 前 | 0 个回答 | 0
0
个回答提问
Need help with a nested for loops
Hello everyone!I am trying to create a function that you can put a vector 'x' and a order 'N' to solve for the exp(x). It is cl...
10 years 前 | 1 个回答 | 0
1
个回答提问
Problem with vectors and if statements
Hello everyone, I am trying to write a function that takes in a value of N and a vector x and run the vector through an if state...
10 years 前 | 2 个回答 | 0
