Skip to content

Using built-in transformations does not work #6

Description

@divenex

The simple examples provided on StackOverflow using built-in transformations do not work (in Mathematica 12.2).

DChange[D[f[x, y], x, x] + D[f[x, y], y, y] == 0, 
     "Cartesian" -> "Polar", {x, y}, {r, th}, f[x, y]]

Generate a series of error messages starting with

Solve::nsmet: This system cannot be solved with the methods available to Solve.

DChange::ambTrans: Transformation rule is ambiguous. The first of found solutions is used:

    r==Sqrt[x^2+y^2]
    th==ArcTan[x,y]

Please add appropriate assumptions if this solution does not meet your expectations.
...

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions