Hello there,
I would think that those two expressions are same as long as L::positive, omega::positive, R::positive, but when I tried in Maple, I could not get that result. The following worksheet shows my attempts. Would you please tell me how to get the answer, true, instead of false from the expression comparison?
> |
arctan_expression := arctan(omega*L/R);
|

|
(1) |
> |
arctan_expression2 := arctan(R, L*omega);
|

|
(2) |
> |
evalb(arctan_expression = arctan_expression2) assuming L::positive, omega::positive, R::positive;
|

|
(3) |
> |
is(arctan_expression = arctan_expression2);
|

|
(4) |
|
Best Regards,
In Kwon Park
Download Q20210308.mw