How can I solve a complicated symbolic integral

2 views (last 30 days)
hello.how can i solve this integral in matlab?
syms x u
f=int((4.149 - u^(1/2)*x^(1/2))^(1/2),u,0,1)

Accepted Answer

madhan ravi
madhan ravi on 4 Jul 2020
assume( x < 15 ) % some assumptions for x

More Answers (0)

Community Treasure Hunt

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

Start Hunting!