how can I solve this by Matlab?

1 view (last 30 days)
ABDULRAHMAN ALSHMRANI
ABDULRAHMAN ALSHMRANI on 12 Sep 2016
Commented: Rena Berman on 30 Oct 2016
y= Integral(@(x) x*sqrt(2)*exp(-sqrt(2)*x),x1,x2); z=Integral(@(x) sqrt(2)*exp(-sqrt(2)*x),x1,x2); x_3=2*x1-0.222
the complete equation is x_3=y/z

Answers (1)

John D'Errico
John D'Errico on 12 Sep 2016
Edited: John D'Errico on 12 Sep 2016
Did you try it?
Are x1 and x2 known values? If not, then integral cannot solve a symbolic problem. If x1 and x2 are symbolic, then use int from the symbolic toolbox to set up the problem.

Categories

Find more on Symbolic Math Toolbox in Help Center and File Exchange

Tags

No tags entered yet.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!