حساب الإشتقاق والتكامل بالماتلاب
حساب الإشتقاق:
reply = input('Entez un fonction: ','s');
f = inline(reply);
syms x;
chain_f=diff(char(f), x);
التجربة في ماتلاب 2014:
حساب التكامل:
reply = input('Entrez un fonction: ','s');
-->