Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solve diophantine documentation guide #24051

Merged
merged 20 commits into from
Oct 25, 2022

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    126ca5b View commit details
    Browse the repository at this point in the history
  2. Draft notes for Alternatives to Consider,

    Add Limitations
    bertiewooster committed Sep 11, 2022
    Configuration menu
    Copy the full SHA
    445a1e7 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    ad2d747 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    67c28fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2592427 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed8e80f View commit details
    Browse the repository at this point in the history
  4. Recommend specifying solution order using syms=

    Demonstrate creating a dictionary of symbol-expression pairs
    bertiewooster committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    7fa27ae View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Configuration menu
    Copy the full SHA
    57f96b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Configuration menu
    Copy the full SHA
    129d011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d680014 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65089dd View commit details
    Browse the repository at this point in the history
  4. Add section Verify a Solution

    Use pythag instead of repeating a**2 + b**2 - c**2 throughout
    bertiewooster committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    49f1af1 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. Configuration menu
    Copy the full SHA
    019d9d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    821349e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff7e1c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd19b54 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Improve code block readability by adding comment-only lines, now that…

    … I know they pass doctest
    bertiewooster committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    7b1e1ed View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Configuration menu
    Copy the full SHA
    9394e0e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. Configuration menu
    Copy the full SHA
    7609811 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4708664 View commit details
    Browse the repository at this point in the history