Skip to content

Show solver steps in symbolic_solve #1626

@HiramTheHero

Description

@HiramTheHero

Hello,

Thank you for this software.

I have the following code

using Symbolics, Nemo

@variables r P K

symbolic_solve(0 ~ r * P * (1 - (P / K)), P)

The output is:

2-element Vector{Any}:
 K
 0

It would be awesome to see what steps the solver took to get the final solution(s). Is this feature in Symbolics.jl? I haven't seen anything in the docs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions