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

Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

Translate the entire conversation x

F(x,y)=x+y, if varaibles increases i need to mention so many variables in f(), how to avoid that

bala2
2-Explorer

F(x,y)=x+y, if varaibles increases i need to mention so many variables in f(), how to avoid that

 
2 REPLIES 2
LucMeekes
23-Emerald IV
(To:bala2)

Define the function as
F (x)
Where x is a vector. Vectors can be very large.
Example, for 3 variables you define
F (x):x [0+x [1+x [2

Success!
Luc
Werner_E
25-Diamond I
(To:bala2)

Here are some examples of functions with vector arguments:

B.png

Announcements


Top Tags