Skip to main content
1-Visitor
July 30, 2015
Solved

Solving an integral with limits being a vector

  • July 30, 2015
  • 2 replies
  • 1195 views

Hi,

I'm trying to solve an equation that holds an integral in it. In that equation there are several constants and I would like to solve this for different values of that constants. However, it gives an error as "this value must be real". I've tried to sum up my problem if it is not clear i will glad to explain and get some help.

Mathcad file is attached.

Thanks

Burak

Best answer by RichardJ

Turn the solve block into a function of the variables you wish to change, and then call the function with the vectorize operator.

2 replies

RichardJ19-TanzaniteAnswer
19-Tanzanite
July 30, 2015

Turn the solve block into a function of the variables you wish to change, and then call the function with the vectorize operator.

bçakır1-VisitorAuthor
1-Visitor
July 31, 2015

Thank you, it is so clear:)