Jeremy Monat
Jeremy Monat
Hmm, the accessibility issue [Links do not have a discernible](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Foutput.circle-artifacts.com%2Foutput%2Fjob%2F262cb852-4776-403e-b631-d9510db39e10%2Fartifacts%2F0%2Fdoc%2F_build%2Fhtml%2Findex.html&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext) name is still there. Perhaps the latest sphinx-design release v0.3.0 didn't get pulled in?
Unfortunately building the PR locally confirms the problem. I uploaded the [built docs](https://bertiewooster.github.io/sympy-doc/cards/) and still get the [Links do not have a discernible name](https://googlechrome.github.io/lighthouse/viewer/?psiurl=https%3A%2F%2Fbertiewooster.github.io%2Fsympy-doc%2Fcards%2F&strategy=desktop&category=performance&category=accessibility&category=best-practices&category=seo&category=pwa&utm_source=lh-chrome-ext) issue. I'm not sure why. sphinx-design...
First draft of numerical solving (`nsolve`) page. Content suggestions are welcome. A couple things I'd appreciate help on: - Getting an overdetermined system example to work - Explaining the advantage...
> I guess one advantage of nsolve is that it supports arbitrary precision. It's also going to be more accurate even for the default precision because mpmath tries to always...
> The important distinction to be made here since we are talking about solving equations numerically is about the kind of numerics that are being used (rather than the distinction...
If there are no final comments (there haven't been any for 17 days), this is ready to merge.
@asmeurer this PR is blocking #23951 so would appreciate you prioritize reviewing this
OK, I addressed all of @asmeurer's comments and the checks passed, so request this be merged.
`solveset` cannot solve a system of equations (more than one equation), correct? For example, this example throws a (confusing) error: ```py >>> from sympy import solveset >>> from sympy.abc import...
If there are no final comments (I addressed the last posted comment 17 days ago), this is ready to merge.