You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/aboutus.html
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -427,6 +427,7 @@ <h2>SymPy Development Team<a class="headerlink" href="#sympy-development-team" t
427
427
<li>leonidb: make integrals aware of both limits being +/-oo</li>
428
428
<li>Michael Gallaspy: improve handling of inequalities involving RootOf</li>
429
429
<li>Roman Inflianskas: add svg support to preview</li>
430
+
<li>Duane Nykamp: improved function handling in parse_expr</li>
430
431
</ol>
431
432
<p>Up-to-date list in the order of the first contribution is given in the <aclass="reference external" href="https://github.com/sympy/sympy/blob/master/AUTHORS">AUTHORS</a> file.</p>
432
433
<p>You can find a brief history of SymPy in the README.</p>
<ttclass="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=<function count_ops at 0x27362a8></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/dense.html#MutableDenseMatrix.simplify"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.dense.MutableDenseMatrix.simplify" title="Permalink to this definition">¶</a></dt>
308
+
<ttclass="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=<function count_ops at 0x1d7f2a8></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/dense.html#MutableDenseMatrix.simplify"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.dense.MutableDenseMatrix.simplify" title="Permalink to this definition">¶</a></dt>
309
309
<dd><p>Applies simplify to the elements of a matrix in place.</p>
310
310
<p>This is a shortcut for M.applyfunc(lambda x: simplify(x, ratio, measure))</p>
<ttclass="descname">LUdecomposition</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition" title="Permalink to this definition">¶</a></dt>
707
+
<ttclass="descname">LUdecomposition</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition" title="Permalink to this definition">¶</a></dt>
708
708
<dd><p>Returns the decomposition LU and the row swaps p.</p>
<ttclass="descname">LUdecomposition_Simple</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition_Simple"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition_Simple" title="Permalink to this definition">¶</a></dt>
753
+
<ttclass="descname">LUdecomposition_Simple</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUdecomposition_Simple"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUdecomposition_Simple" title="Permalink to this definition">¶</a></dt>
754
754
<dd><p>Returns A comprised of L, U (L’s diag entries are 1) and
755
755
p which is the list of the row swaps (in order).</p>
<ttclass="descname">LUsolve</tt><big>(</big><em>rhs</em>, <em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUsolve"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUsolve" title="Permalink to this definition">¶</a></dt>
764
+
<ttclass="descname">LUsolve</tt><big>(</big><em>rhs</em>, <em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.LUsolve"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.LUsolve" title="Permalink to this definition">¶</a></dt>
765
765
<dd><p>Solve the linear system Ax = rhs for x where A = self.</p>
766
766
<p>This is for symbolic matrices, for real or complex ones use
767
767
sympy.mpmath.lu_solve or sympy.mpmath.qr_solve.</p>
@@ -941,7 +941,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
<ttclass="descname">berkowitz_charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=<function simplify at 0x2f89410></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.berkowitz_charpoly"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.berkowitz_charpoly" title="Permalink to this definition">¶</a></dt>
944
+
<ttclass="descname">berkowitz_charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=<function simplify at 0x25d2410></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.berkowitz_charpoly"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.berkowitz_charpoly" title="Permalink to this definition">¶</a></dt>
945
945
<dd><p>Computes characteristic polynomial minors using Berkowitz method.</p>
946
946
<p>A PurePoly is returned so using different variables for <ttclass="docutils literal"><spanclass="pre">x</span></tt> does
947
947
not affect the comparison or the polynomials:</p>
@@ -1007,7 +1007,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
<ttclass="descname">charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=<function simplify at 0x2f89410></em><big>)</big><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.charpoly" title="Permalink to this definition">¶</a></dt>
1010
+
<ttclass="descname">charpoly</tt><big>(</big><em>x=_lambda</em>, <em>simplify=<function simplify at 0x25d2410></em><big>)</big><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.charpoly" title="Permalink to this definition">¶</a></dt>
1011
1011
<dd><p>Computes characteristic polynomial minors using Berkowitz method.</p>
1012
1012
<p>A PurePoly is returned so using different variables for <ttclass="docutils literal"><spanclass="pre">x</span></tt> does
1013
1013
not affect the comparison or the polynomials:</p>
@@ -1556,7 +1556,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
<ttclass="descname">inverse_ADJ</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_ADJ"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_ADJ" title="Permalink to this definition">¶</a></dt>
1559
+
<ttclass="descname">inverse_ADJ</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_ADJ"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_ADJ" title="Permalink to this definition">¶</a></dt>
1560
1560
<dd><p>Calculates the inverse using the adjugate matrix and a determinant.</p>
<ttclass="descname">inverse_GE</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_GE"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_GE" title="Permalink to this definition">¶</a></dt>
1569
+
<ttclass="descname">inverse_GE</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_GE"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_GE" title="Permalink to this definition">¶</a></dt>
1570
1570
<dd><p>Calculates the inverse using Gaussian elimination.</p>
<ttclass="descname">inverse_LU</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_LU"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_LU" title="Permalink to this definition">¶</a></dt>
1579
+
<ttclass="descname">inverse_LU</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.inverse_LU"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.inverse_LU" title="Permalink to this definition">¶</a></dt>
1580
1580
<dd><p>Calculates the inverse using LU decomposition.</p>
@@ -2547,7 +2547,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
2547
2547
2548
2548
<dlclass="method">
2549
2549
<dtid="sympy.matrices.matrices.MatrixBase.rank">
2550
-
<ttclass="descname">rank</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em>, <em>simplify=False</em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rank"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.rank" title="Permalink to this definition">¶</a></dt>
2550
+
<ttclass="descname">rank</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em>, <em>simplify=False</em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rank"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.rank" title="Permalink to this definition">¶</a></dt>
@@ -2626,7 +2626,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
2626
2626
2627
2627
<dlclass="method">
2628
2628
<dtid="sympy.matrices.matrices.MatrixBase.rref">
2629
-
<ttclass="descname">rref</tt><big>(</big><em>iszerofunc=<function _iszero at 0x30dac80></em>, <em>simplify=False</em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rref"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.rref" title="Permalink to this definition">¶</a></dt>
2629
+
<ttclass="descname">rref</tt><big>(</big><em>iszerofunc=<function _iszero at 0x2723c80></em>, <em>simplify=False</em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.rref"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.rref" title="Permalink to this definition">¶</a></dt>
2630
2630
<dd><p>Return reduced row-echelon form of matrix and indices of pivot vars.</p>
2631
2631
<p>To simplify elements before finding nonzero pivots set simplify=True
2632
2632
(to use the default SymPy simplify function) or pass a custom
@@ -2662,7 +2662,7 @@ <h2>MatrixBase Class Reference<a class="headerlink" href="#matrixbase-class-refe
<ttclass="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=<function count_ops at 0x27362a8></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.simplify"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.simplify" title="Permalink to this definition">¶</a></dt>
2665
+
<ttclass="descname">simplify</tt><big>(</big><em>ratio=1.7</em>, <em>measure=<function count_ops at 0x1d7f2a8></em><big>)</big><aclass="reference internal" href="../../_modules/sympy/matrices/matrices.html#MatrixBase.simplify"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#sympy.matrices.matrices.MatrixBase.simplify" title="Permalink to this definition">¶</a></dt>
2666
2666
<dd><p>Apply simplify to each element of the matrix.</p>
0 commit comments