photo

Yulissa Gallardo


Last seen: 1 year 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


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

1 year 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 1 个回答 | 0

1

个回答

提问


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

2 years 前 | 0 个回答 | 0

0

个回答

提问


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

2 years 前 | 0 个回答 | 0

0

个回答