Community Profile

photo

MegAnne Anast


Last seen: 2年弱 前 2020 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


Coupled ODE dsolve Problem
Hello! I am trying to solve the following seven ODES with the code below syms t v(t) c(t) vxc(t) I(t) D(t) A(t) axc(t) kf=...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Adding boundary conditions to a function
How could I change this function to input the boundry conditions q and g that say u(0,j)=0 (q) and u(1,j)=t (g)? function u...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


I am trying to store the values of each iteration of 0.01 in my for loop into a matrix. Could anyone help?
function [r k] = root_finder(f,x0,kmax,tol) x1 = x0; %initial x1 %for loop for x1 from 2 to kmax as intial value x1 is...

3年以上 前 | 1 件の回答 | 0

1

回答