Yulissa Gallardo
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
201.588
of 295.638
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
25.0%
VOTES RECEIVED
0
RANK
of 20.255
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154.207
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Model the equation of a RLC circuit and solve it by Euler Method
Hi I need to develop a RLC model by Euler method and develop a grahp of current and voltage, something like shown in the image ...
bijna 2 jaar ago | 1 answer | 0
1
answerQuestion
How to do Taylor expansion without commands?
I want to solve e^x with Taylor series, this is what I have, but I need to replace "factorial" n = input('ingrese valor de n '...
meer dan 2 jaar ago | 1 answer | 0
1
answerQuestion
I want to make a simulation of the hands of a clock
I would like to make 3 diferent lines (hands of the clock: minutes, seconds and hours) that rotates in clockwise, but I'm havin...
meer dan 2 jaar ago | 0 answers | 0
0
answersQuestion
I was asked to calculate the gradient vector of a function entered by the user WITHOUT USING THE GRADIENT COMMAND. This is what I have, but is wrong I also added how to grap
f = input('enter function ','s'); sf = str2sym(f); v = symvar(sf); g = diff(sf,v); [x,y] = meshgrid(-5:0.2:5,-5:0.2:5); u...
bijna 3 jaar ago | 0 answers | 0