marwaha

5 Reputation

2 Badges

10 years, 268 days

MaplePrimes Activity


These are questions asked by marwaha

Hi,

I'm trying to write a function in an 'n' dimensional vector such that I can call upon this function in a loop to define hessian matrices, or simply evaluate the function value for a given input. Here's an example:

F(x,y,z)= 6*x^2 + 3x*y^2 - 1.5*z^3

which is a function in 3 dimensions with x,y,z representing the 3 components of a design vector.

I want to be able to call upon this function in a loop such as:

Page 1 of 1