Group Abstract Group Abstract

Message Boards Message Boards

1
|
5.1K Views
|
3 Replies
|
4 Total Likes
View groups...
Share
Share this post:

InverseFunction of x^3 warning::ifun: Inverse functions are being used...

Posted 4 years ago
POSTED BY: Gennaro Arguzzi
3 Replies
POSTED BY: Gianluca Gorni
Posted 4 years ago

Hi Gennaro,

Plotting the real and imaginary parts of the solutions is a nice way to visualize the problem.

SolveValues[x^3 == y, x] //
  Map[ReImPlot[#, {y, -2, 2},
       Frame -> True,
       PlotLabel -> Style[#, Black],
       PlotLabels -> "Expressions",
       ReImStyle -> {Automatic, Directive[Red, Dashing[{0.02, 0.01}]]},
       ImageSize -> Large] &] //
  Partition[#, UpTo@2] & //
  Grid[#,
   Frame -> All,
   Alignment -> Top,
   Spacings -> {1, 1}] &

enter image description here

POSTED BY: Rohit Namjoshi

Thank you very much @Gianluca Gorni for your useful explanantion.

POSTED BY: Gennaro Arguzzi
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard