Community Profile

photo

Yulissa Gallardo


Last seen: ongeveer een jaar ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

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

ongeveer een jaar ago | 0 answers | 0

0

answers

Question


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

bijna 2 jaar ago | 1 answer | 0

1

answer

Question


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

bijna 2 jaar ago | 0 answers | 0

0

answers

Question


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

ongeveer 2 jaar ago | 0 answers | 0

0

answers