Community Profile

photo

Rodrigo Blas


Last seen: 4年弱 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 3

バッジを表示

Feeds

表示方法

質問


Use fsolve to solve matrix
Would like to use fsolve to solve xeq. When i multiply with vector 'T' and 'Y' I only get one value. How would I make it retu...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


using fsolve with matrix
I would like to calculate xeq using fzero xeq should be a vector. T and Y is a vector. function ydot=Zazarian_f_5(~,x) X=x...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Plot two lines on different graphs from integral
To=27+273.15; %%k cao=0.1; %%mol/dm^3 k1=.01; %%dm^3/mol*s tha=1;thb=1; ha=-20000; hb=-15000; hc=-41000; %%cal/mol cpc...

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

1

回答

質問


error message when trying ot integrate
To = 27 + 273.15; % C vo = 2; % dm^3/s cao = 0.1; ...

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

1

回答

質問


Would like to graph an ode45 answer with if statment
function diffy2=Ljallo_f_q2(~,X) y=X(1);T=X(2); %%data Q=0.06555; %%m^3/s ctot=0.0203; %%knol.m^3 alpha=2...

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

1

回答

質問


Graph of ODE comes out wrong
%%data R=62.364; %%torr L/gmol K T=473; %%K vo=100/3600; %%L/s pnh3=.046; %%torr ...

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

1

回答

質問


solve a matrix ode45
pnh3=.046; %%torr po2=.068; %%torr R1=1.987 ; %%cal/gmol*K R=62.364; %%torr L/gmol K vo=100/3600; ...

約4年 前 | 0 件の回答 | 0

0

回答

質問


Would like to create a 2x3 matrix using for loop
pnh3=.046; %%torr po2=.068; %%torr R1=1.987 ; %%cal/gmol*K R=62.364; %%torr L/gmol K vo=100/3600; ...

約4年 前 | 1 件の回答 | 1

1

回答

質問


I would like to create a matrix using a for loop
function rn=Ljallo_f_q1(T,R,pnh3,po2) for i=1:3 A=zeros(3,1); B=zeros(3,1); C=zeros(3,1); rn=zeros(3,1); rn(i)=A(i)/(B(i)*...

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

1

回答

質問


Plotting multiple figures: one figure doesnt show and the other is wrong
vo=10; %%dm^3/min T=27+273.15; %%k p=4; %%atm R=82060; %%dm^3*atm/(k*mol) k1=.004; %%(mol/dm^3)^.5*m...

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

1

回答

質問


how to obtain matrix with two symbolic equations with dsolve
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi dpio=9; ...

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

1

回答

質問


I want to integrate froma function
function prob7f=xequil(x,cao,ep,k2,kc,Fao) ca=cao*(1-x)./(1+ep*x); cb=cao*(1-x)./(1+ep*x); cc=2*cao*x./(1+ep*x); ra=-(k2*(...

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

1

回答

質問


Trying to graph two differential equations on same plot
T1=50+273.15; %%k T2=127+273.15; %%k Fao=2.5; %%mol/min P=10; %%atm k1=1...

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

1

回答

質問


Keep getting an error message when integrating
clear all, clc T1=50+273.15; %% T2=127+273.15; %%k Fao=2.5; %%mol/min P=10; ...

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

1

回答

質問


I keep getting "not enough input arguments" when trying to fsolve
l=5*10^-2; dab=1*10^-9; wai=.18; wastar=.02; wa=.1; rhob=1-wa; rhoa=wa; rhoai=wai; rhostar=wastar; thetastar=(rhoa/rhob...

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

1

回答

質問


I cant find my value for an fsolve.
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...

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

1

回答

質問


Pass the answers of ode45 over to another function and solve the simultanous equation
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...

約4年 前 | 0 件の回答 | 0

0

回答

質問


How to use fsolve an implicit equation?
clc, clear a1=28*7*400; %%ft^2 po=40.6; %%psi delpio=9; ...

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

1

回答

質問


I want to create a function that integrates
function H=intCP(A,B,C,D,T1,T2) syms T H=A*10^(-3)+B*10^(-5)*T+C*10^(-8)*T^2+D*10^(-12)*T^3; vpaintegral(H,T1,T2) end %%c...

5年弱 前 | 1 件の回答 | 0

1

回答

質問


I cant get this matlab function to work.
I have to use fsolve() to call this function. I want to input a guess for fsolve() and I want two answers for each of the equat...

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

1

回答