The curves defined by f(x) = e^x and g(x) = 3x intersect at some point between x = 1 and x = 2. Give all of the Matlab code necessary to locate the point of intersection and output its x and y coordinates.
5 ビュー (過去 30 日間)
古いコメントを表示
%i really have no idea where to begin
f = @(x) exp(x);
g = @(x) 3*x;
0 件のコメント
回答 (1 件)
参考
カテゴリ
Help Center および File Exchange で Nonlinear Optimization についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!