Feeds
已回答
How can I compute the Area and the Centroid of the following shape?
% Define the functions f1 = @(x) 0.5 * (80.94 - 0.25 * exp(2 * x.^2)); f2 = @(x) 8.997 - 0.5 * exp(x.^2); % Define the limi...
How can I compute the Area and the Centroid of the following shape?
% Define the functions f1 = @(x) 0.5 * (80.94 - 0.25 * exp(2 * x.^2)); f2 = @(x) 8.997 - 0.5 * exp(x.^2); % Define the limi...
1 year 前 | 0
