Question
Derivation of a function via a for loop
Hello together,
I would like to derive a function automatically according to the variables.
my function with variables:
Uout(R1,R2,Uin) := R2*Uin/(R1+R2)
my array or vector for deviation:
Rg := [R1 , R2]
How can I map this as a program?
I don't get the expected solution.

PTC Mathcad Prime 9.0.0.0
Best regards,
Michael

