Message Boards Message Boards

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

Force Log[1] to be simplified to zero

Posted 4 years ago
POSTED BY: Severin Posta

FullSimplify understands how to reduce the root:

FullSimplify[Sqrt[3 - 2 Sqrt[2]] (1 + Sqrt[2])]
(* 1 *)

However, it apparently starts down a different path and never tries this. Reduce the root first, and then simplify:

FullSimplify[RootReduce[Log[Sqrt[3 - 2 Sqrt[2]] (1 + Sqrt[2])]]]
(* 0 *)
POSTED BY: John Doty
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