Community Profile

photo

Jiwon Park


Last seen: 11개월 전 2022년부터 활동

Followers: 0   Following: 0

통계

Feeds

보기 기준

질문


Using Euler's method to solve the system of ODEs
I am trying to solve system of ode using Euler's method. dv/dt = rv − pvx - qvz dx/dt = cv − bx dz/dt = kv − bz The system ...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


Phase Portrait of ODE system
I need to generat the phase portrait of the ode system given, where r,p,c and b are given constants dv/dt=rv-pvx dx/dt=cv-bx ...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


Generating Phase Portrait of ODE system
I need to generate the phase portrait of the system of ode below. dv/dt=rv-pvx dx/dt=cv-bx Where the constants are given belo...

거의 2년 전 | 답변 수: 2 | 0

2

답변

질문


Triple integral of symbolic function
I am trying to evaluate triple integral of a symbolic function. Where the symbolic function is given as below: func=r.^2.*sin(...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Adding a space into an array of string
words={'Everything';'is';'theoretically';'impossible,';'until';'it';'is';'done.'}; [rownum,~]=size(words); words_array=char(wo...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


Removing the space between %2d in a string statement.
a=3; b=4; c=5; [check,report]=ispythag(a,b,c); function [check,report]=ispythag(a,b,c) if (a^2)+(b^2)==(c^2) check=tru...

대략 2년 전 | 답변 수: 1 | 0

1

답변