Composition of Functions and Their Graph
Composition of Functions and Their Graph
1.
f(x)=x^3-4^2+x-1
Calculation:
>> ezplot('x^3-4*x^2+x-1',[-2,4])
>> xlabel('(x)');
>> ylabel('f(x)');
>> title('matlab composition pf function of function')
>>
Figure: