photo

Jay Lee


Actif depuis 2019

Followers: 0   Following: 0

Statistiques

MATLAB Answers

2 Questions
0 Réponses

RANG
284 559
of 301 186

RÉPUTATION
0

CONTRIBUTIONS
2 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
0.0%

VOTES REÇUS
0

RANG
 of 21 188

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 173 292

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

Feeds

Afficher par

Question


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 ...

environ 7 ans il y a | 1 réponse | 0

1

réponse

Question


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...

environ 7 ans il y a | 2 réponses | 0

2

réponses