Feeds
提问
Find all points of intersection between two functions
syms x ezplot(@(x)x^6 ,[-10,10,-10,10]) hold on ezplot(@(x)3^x ,[-10,10,-10,10]) hold off I have functions f(x) = x^6 and ...
7 years 前 | 1 个回答 | 0
1
个回答提问
graph the function using ezplot() and plot()
clc clear all syms x ezplot(@(x) -3*x^3+5*x ,[-2.5, 2.5]) plot() I have a function 2y^2 = -3x^3+5x , -2.5≤x≤2.5. I used...
7 years 前 | 2 个回答 | 0