can't figure out how to do these integral problems in matlab

1 view (last 30 days)
how do I do these integral problems in matlab..? =\

Answers (1)

KSSV
KSSV on 25 Oct 2016
clc; clear all ;
syms x
expr = 1/x ;
int(expr,x)
doc int...
You have to do the next one.

Community Treasure Hunt

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

Start Hunting!