N/A
Followers: 0 Following: 0
Statistiques
10 Questions
0 Réponses
RANG
280 824
of 296 364
RÉPUTATION
0
CONTRIBUTIONS
10 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
90.0%
VOTES REÇUS
0
RANG
of 20 397
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 205
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
Question
newton's method to solve nonlinear equation
hw prompt is below my work. please check my code. i am new to using newton's method and need some recommendations about what to ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
plotting a function with input and output
here is my code. hw prompt below. what do you recommend i do? t=0:0.01*pi:20*pi; function [x,y]=bird(t) x(t)=sin(t)*(e.^cos(t...
environ 4 ans il y a | 2 réponses | 0
2
réponsesQuestion
newton's method plotting
here is my code typed out. the hw prompt is below with pictures of my code in mat lab. i keep receiving an error message. once i...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
function of m and t solution plot
hw question is below my work. please give recommendations for how to correct the code. t=-5:0.01:5; n=20; m=1:n; y=((t.^m)(m...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
input and output functions
Please let me know how to fix my code so that mat lab will run. Here is my work so far: I created a file and saved it as Fibse...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
sum of cubes question
Please let me know how to fix my code. I am unable to make mat lab run. Here is my code so far: I created a file and saved it ...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Convert cartesian coordinates to polar coordinates
Please let me know how to fix my code. Here is my code so far: I created a file and named it Cart2polar.m [r,theta]=cart2pola...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
plot3(X,Y,Z)
Consider a function 𝑧 = 2𝑥exp((𝑥^2+𝑦^2)) with x and y on [-2, 2]. Create a line plot in 3-d using plot3(X,Y,Z). Here is my cod...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
plotting a function correctly
f(x)= exp(-x)-x The x intercept is between 0 and 1 on other graphing software, yet mat lab incorrectly puts the x intercept aft...
environ 4 ans il y a | 1 réponse | 0
1
réponseQuestion
Write M file with while loop, which computes factorial of any x, (x=12).
Directions: Define x=12, Start with some value of factorial say Fact=1; - while loop condition will be x > 1 - compute factoria...
environ 4 ans il y a | 2 réponses | 0