Skip to content

sympy.org

A computer algebra system written in pure Python

Package Information

  • Domain: sympy.org
  • Name: sympy.org
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install +sympy.org -- $SHELL -i

Programs

This package provides the following executable programs:

No programs specified

Available Versions

Show all 7 versions
  • 1.14.0, 1.13.3, 1.13.2, 1.13.1, 1.13.0
  • 1.12.1, 1.12.0

Latest Version: 1.14.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +sympy.org@1.14.0 -- $SHELL -i

Dependencies

This package depends on:

  • python.org>=3.11

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.sympyorg

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.