Message Boards Message Boards

0
|
2125 Views
|
1 Reply
|
0 Total Likes
View groups...
Share
Share this post:

Defining range of variables for the whole notebook

Posted 2 years ago
POSTED BY: A R
Posted 2 years ago

You could use $Assumptions

$Assumptions = {a > 0, b > 0};

Sqrt[a^2*b^2] // Simplify
(* a b *)

Power[a^3*b^3, 1/3] // Simplify
(* a b *)
POSTED BY: Hans Milton
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract