brn
Guest
hi to all I would have a trivial problem with excel (I'm not a dragon):
I am making a spreadsheet to simulate the opening of a lid by means of cylinders.
I wanted to make an excel sheet that calculated the various parameters for each degree of opening of the cover (or more correctly for each advance of the cylinder).
I'm stuck at the software level:
data for example n points that simulate the race of the cylinder, for everyone I would like to calculate the position given by the system given by the closing equations, then from here calculate the forces
a*cos(alpha)-b(t)*sen(beta)=c*cos(gamma)
(a)alpha)-b(t)*sen(beta)=c*sen(gamma)
with alpha and beta incognite. I do not find analytical method to solve the system ( but I am very rusty) therefore I wanted to solve it point by point in numerical way, through the sum of the squares it is trivial to arrive to a problem solved with the solver.
but here's the problem: in an excel sheet how can I automatically solve non-linear systems? ?
how do I avoid setting the resolver n times?
for a similar problem I had set a macro but were 5-6 points not 100.
with matlab or similar would be a trivial problem with a cycle and a function but with excel I do not know how to solve it
Thank you very much
I am making a spreadsheet to simulate the opening of a lid by means of cylinders.
I wanted to make an excel sheet that calculated the various parameters for each degree of opening of the cover (or more correctly for each advance of the cylinder).
I'm stuck at the software level:
data for example n points that simulate the race of the cylinder, for everyone I would like to calculate the position given by the system given by the closing equations, then from here calculate the forces
a*cos(alpha)-b(t)*sen(beta)=c*cos(gamma)
(a)alpha)-b(t)*sen(beta)=c*sen(gamma)
with alpha and beta incognite. I do not find analytical method to solve the system ( but I am very rusty) therefore I wanted to solve it point by point in numerical way, through the sum of the squares it is trivial to arrive to a problem solved with the solver.
but here's the problem: in an excel sheet how can I automatically solve non-linear systems? ?
how do I avoid setting the resolver n times?
for a similar problem I had set a macro but were 5-6 points not 100.
with matlab or similar would be a trivial problem with a cycle and a function but with excel I do not know how to solve it
Thank you very much