cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X

Derivation of a function via a for loop

ML_10853620
3-Visitor

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.

 

ML_10853620_0-1716980959143.png

 

PTC Mathcad Prime 9.0.0.0

 

Best regards,

Michael

2 REPLIES 2
LucMeekes
23-Emerald III
(To:ML_10853620)

Check the Gradient (Nabla) operator.

 

Success! 

Luc

Hello @ML_10853620

 

It looks like you have a response from a community member. If it helped you solve your question please mark the reply as the Accepted Solution. 

Of course, if you have more to share on your issue, please let the Community know so other community members can continue to help you.

Thanks,
Community Moderation Team.

Top Tags