Kaio

5 Reputation

One Badge

5 years, 364 days

MaplePrimes Activity


These are questions asked by Kaio

I am trying to solve a simple two-equation linear system with solve, but I keep getting this weird result where the magnitude order of the numerator and denominator don't cancel out. Whenever I have a linear system with floating-point numbers, more unknowns than equations and try to solve it for a specific set of variables, this happens.

Any suggestions on how to get around this? Or do I need to solve it manually?

I bassically have one problem with an integral of the type:

int(diff(f(s), s), s = l .. s)

and I want to change the integration variable. I've founded the IntegrationTools:-Change command, but it simply does not work.

Change(int(diff(f(s), s), s = l .. s), s = S*l, S)

givin the error:
Error, (in IntegrationTools:-Change) unable to determine new range for S

Any help is deeply appreciated.

Page 1 of 1