L X2 1 X 2 Compute 10th Order Derivative Function Y X C Vx 3 X3 4 Show Cpu Time Matlab Tak Q37046937

l-in- (x2-1)(x-2) Compute the 10th -order derivative of function y(x)- c) Vx-3)(x3-4) Show the CPU time that Matlab takes to

l-in- (x2-1)(x-2) Compute the 10th -order derivative of function y(x)- c) Vx-3)(x3-4) Show the CPU time that Matlab takes to solve this problem. Show transcribed image text l-in- (x2-1)(x-2) Compute the 10th -order derivative of function y(x)- c) Vx-3)(x3-4) Show the CPU time that Matlab takes to solve this problem.


Answer


`Hey,

Note: Brother in case of any queries, just comment inbox I would be very happy to assist all your queries

close all
clear all
clc
syms y(x)
y(x)=sqrt((x^2-1)*(x-2)/((x-3)*(x^3-4)));
tic;
diff(y,10)
toc

MATLAB R2018a ② ▼| rch Documentation Log In HOME EDITOR Find Files Compare Print Run Section New Open Save Advance Run and Fi

Kindly

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.