SymPy (original) (raw)

About DBpedia

SymPy és una biblioteca escrita en Python l'objectiu és reunir totes les característiques d'un sistema d'àlgebra computacional (conegut per les sigles en anglès CAS, Computational Algebraic System), ser fàcilment extensible i mantenir el codi tot el simple que sigui possible.SymPy no requereix cap biblioteca externa, excepte per a suport gràfic.

thumbnail

Property Value
dbo:abstract SymPy és una biblioteca escrita en Python l'objectiu és reunir totes les característiques d'un sistema d'àlgebra computacional (conegut per les sigles en anglès CAS, Computational Algebraic System), ser fàcilment extensible i mantenir el codi tot el simple que sigui possible.SymPy no requereix cap biblioteca externa, excepte per a suport gràfic. (ca) SymPy ist eine Python-Bibliothek für symbolisch-mathematische Berechnungen. Die Computeralgebra-Funktionen werden angeboten als * eigenständiges Programm * Bibliothek für andere Anwendungen * Webservice SymPy Live oder SymPy Gamma SymPy ermöglicht Berechnungen und Darstellungen im Rahmen von einfacher symbolischer Arithmetik bis hin zu Differential- und Integralrechnung sowie Algebra, diskreter Mathematik und Quantenphysik. Die Ergebnisse werden auf Wunsch in der Textsatzsystemsprache TeX ausgegeben. SymPy ist freie Software und steht unter der neuen BSD-Lizenz. Die führenden Entwickler sind Ondřej Čertík und Aaron Meurer. Die SymPy-Bibliothek besteht aus einem Basissystem, das durch optionale Module erweitert werden kann. Das Basissystem, auch als Core oder Kern bezeichnet, umfasst rund 260.000 Zeilen Code. Davon sind mehr als 100.000 Zeilen für umfangreiche Selbsttests vorgesehen. (de) SymPy es una biblioteca escrita en Python cuyo objetivo es reunir todas las características de un sistema de álgebra computacional (CAS), ser fácilmente extensible y mantener el código todo lo simple que sea posible.SymPy no requiere ninguna biblioteca externa, salvo para soporte gráfico. (es) Sympy est une bibliothèque en Python spécialisée dans le calcul formel qui ne dépend d'aucune bibliothèque supplémentaire. Elle est à la fois disponible en tant qu'application de bureau et d'application sur Internet avec Sympy Live. Elle permet de faire du calcul arithmétique formel basique, de l'algèbre, des mathématiques différentielles, de la physique, de la mécanique classique ou quantique. C'est un logiciel libre. (fr) SymPy is an open-source Python library for symbolic computation. It provides computer algebra capabilities either as a standalone application, as a library to other applications, or live on the web as SymPy Live or SymPy Gamma. SymPy is simple to install and to inspect because it is written entirely in Python with few dependencies. This ease of access combined with a simple and extensible code base in a well known language make SymPy a computer algebra system with a relatively low barrier to entry. SymPy includes features ranging from basic symbolic arithmetic to calculus, algebra, discrete mathematics, and quantum physics. It is capable of formatting the result of the computations as LaTeX code. SymPy is free software and is licensed under the New BSD license. The lead developers are Ondřej Čertík and Aaron Meurer. It was started in 2005 by Ondřej Čertík. (en) SymPy は、プログラミング言語Pythonで記号計算を行うためのオープンソースのライブラリである(Python用の離散事象シミュレーションライブラリ (en) と混同しやすい名前だが別ものである)。プロジェクトの目的は、完全な機能を持つ計算機代数システム (CAS; Computer Algebra System) を完備すること、さらに、拡張性を損なわないようにソースコードを可能な限り簡素に保つこと、とされている。SymPyはすべてPythonで書かれており、他の第三者製ライブラリは、オプションとしてのプロット機能以外には、何に依存していない。 SymPyは、BSDライセンスを採用しているフリーソフトウェアである。Ondřej ČertíkとAaron Meurerを中心に開発が進められている。 (ja) SymPy é uma biblioteca Python para computação simbólica. Ela fornece ferramentas de álgebra computacional tanto como uma aplicação independente como, também, uma biblioteca para outras aplicações. Ainda, a biblioteca está disponível de forma on-line nos sítios de internet:SymPy Live e SymPy Gamma. Sympy é fácil de ser instalada e analisada, pois é escrita em Python e não depende de bibliotecas adicionais. SymPy inclui ferramentas que variam do cálculo de aritmética simbólica básica, algebra, matemática discreta e física quântica. É capaz de formatar o resultado das computações em código LaTeX. Symy é um software livre sob licença BSD. Os desenvolvedores líderes são Ondřej Čertík e Aaron Meurer. (pt) SymPy是一个符号计算的Python库。它的目标是成为一个全功能的计算机代数系统,同时保持代码简洁、易于理解和扩展。它完全由Python写成,不依赖于外部库。 SymPy支持符号计算、高精度计算、模式匹配、绘图、解方程、微积分、组合数学、离散数学、几何学、概率与统计、物理学等方面的功能。 SymPy在新BSD许可证下开源。 (zh) SymPy — это библиотека Python с открытым исходным кодом, используемая для символьных вычислений. Она предоставляет возможности компьютерной алгебры в виде отдельного приложения, как библиотека для других приложений или в Интернете как SymPy Live или SymPy Gamma. SymPy, аналогично другим библиотекам имеет стандартную установку и проверку, поскольку он полностью написан на Python с небольшими подпрограммами на других языках. Такая унификация доступа в сочетании с простой и расширяемой кодовой базой на широко распространённом языке делает SymPy системой компьютерной алгебры с относительно низким барьером для входа. SymPy включает в себя функции базовой символьной арифметики, математический анализ, алгебру и дискретную математику, элементы квантовой физики. Она может форматировать результат вычислений в виде кода LaTeX. SymPy — это бесплатное программное обеспечение, работающее под новой лицензией BSD. Ведущие разработчики — Ондржей Чертик и Аарон Мерер. Её код начал писать в 2005 году Ондржей Чертик. (ru)
dbo:genre dbr:Computer_algebra_system
dbo:latestReleaseDate 2022-08-31 (xsd:date)
dbo:latestReleaseVersion 1.11.1
dbo:license dbr:New_BSD_License
dbo:operatingSystem dbr:Cross-platform
dbo:programmingLanguage dbr:Python_(programming_language)
dbo:thumbnail wiki-commons:Special:FilePath/Sympy_logo.svg?width=300
dbo:wikiPageExternalLink http://planet.sympy.org/ https://gitter.im/sympy/sympy https://coderslegacy.com/python/sympy-tutorial/ https://github.com/sympy/sympy/ https://groups.google.com/forum/%23!forum/sympy
dbo:wikiPageID 12168252 (xsd:integer)
dbo:wikiPageLength 19043 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1109005387 (xsd:integer)
dbo:wikiPageWikiLink dbr:Calculus dbr:Prufer_sequence dbr:Python_(programming_language) dbr:Quantum_mechanics dbr:Binomial_coefficients dbr:Determinant dbr:Algebraic_equation dbr:Arbitrary-precision_arithmetic dbr:Hyperbolic_functions dbr:Hypergeometric_function dbr:Pauli_matrices dbr:Resultant dbr:Characteristic_polynomial dbr:Unicode dbr:Uniform_distribution_(continuous) dbr:Infinitary_combinatorics dbr:Integer_factorization dbr:Intersection dbr:Inversion_(discrete_mathematics) dbr:Library_(computing) dbr:Permutations dbr:Python_programming_language dbr:Quantum_physics dbr:Continuum_mechanics dbr:Cross-platform dbr:Mathematical_limit dbr:Matplotlib dbr:SageMath dbr:Gaussian_optics dbr:Network_analysis_(electrical_circuits) dbr:Pyglet dbr:Noncommutative_logic dbr:Circle dbr:Classical_mechanics dbr:Eigenvalue dbr:Eigenvector dbr:Ellipse dbr:Function_(mathematics) dbr:Gamma_function dbr:Geometric_algebra dbr:Gray_codes dbr:Greatest_common_divisor dbr:Systems_of_equations dbr:Animation dbr:Line_(geometry) dbr:Logarithm dbr:MATLAB dbr:Magma_(computer_algebra_system) dbr:SimPy dbr:Similarity_(geometry) dbr:Computer_algebra_system dbr:Point_(geometry) dbr:Polygon dbr:Substitution_(algebra) dbr:Tangent dbr:C++ dbc:Free_mathematics_software dbr:Trigonometric_functions dbr:ASCII dbr:Absolute_value dbr:Algebra dbc:Free_software_programmed_in_Python dbr:Exponential_function dbr:Factorization dbr:Floating-point_arithmetic dbr:Fortran dbr:Normal_distribution dbr:Number_theory dbr:Partial_fraction_decomposition dbr:Differential_equation dbr:Discrete_mathematics dbr:Differentiation_(mathematics) dbr:Probability dbr:Product_(mathematics) dbr:Quantum_Monte_Carlo dbc:Python_(programming_language)_scientific_libraries dbr:Taylor_series dbr:Prime_number dbr:Arithmetic dbc:Articles_with_example_Python_(programming_language)_code dbr:LaTeX dbr:Laurent_series dbr:Summation dbr:Symbolic_computation dbr:Code_generation_(compiler) dbr:Zero_of_a_function dbr:Difference_equation dbc:Computer_algebra_system_software_for_Linux dbc:Free_computer_algebra_systems dbr:Maple_(software) dbc:Computer_algebra_system_software_for_Windows dbc:Computer_algebra_system_software_for_macOS dbr:Polyhedral_combinatorics dbr:Polynomial dbr:Spherical_harmonics dbr:Free_software dbr:Gröbner_bases dbr:Integer dbr:Integral dbr:Open-source dbr:Rational_number dbr:Wolfram_Mathematica dbr:Pattern_matching dbr:Factorial dbr:Combinations dbr:Symmetric_group dbr:Zeta_function_(operator) dbr:Permutation_group dbr:Subset dbr:Line_geometry dbr:Risch–Norman_algorithm dbr:Solvable_by_radicals dbr:Polynomial_division dbr:New_BSD_License dbr:Comparison_of_computer_algebra_systems dbr:Pretty-printing dbr:Square-free_factorization dbr:File:Sympy_logo.svg dbr:Gmpy dbr:File:Sympy_plot_screenshot.png
dbp:developer SymPy Development Team (en)
dbp:genre dbr:Computer_algebra_system
dbp:latestReleaseDate 2022-08-31 (xsd:date)
dbp:latestReleaseVersion 1.110000 (xsd:double)
dbp:license dbr:New_BSD_License
dbp:logo 160 (xsd:integer)
dbp:name SymPy (en)
dbp:operatingSystem dbr:Cross-platform
dbp:programmingLanguage dbr:Python_(programming_language)
dbp:wikiPageUsesTemplate dbt:Distinguish dbt:Infobox_software dbt:Not_a_typo dbt:Official_website dbt:Portal dbt:Reflist dbt:Start_date_and_age dbt:As_of? dbt:Computer_algebra_systems
dbp:wordnet_type http://www.w3.org/2006/03/wn/wn20/instances/synset-software-noun-1
dct:subject dbc:Free_mathematics_software dbc:Free_software_programmed_in_Python dbc:Python_(programming_language)_scientific_libraries dbc:Articles_with_example_Python_(programming_language)_code dbc:Computer_algebra_system_software_for_Linux dbc:Free_computer_algebra_systems dbc:Computer_algebra_system_software_for_Windows dbc:Computer_algebra_system_software_for_macOS
gold:hypernym dbr:Library
rdf:type owl:Thing dbo:Software schema:CreativeWork dbo:Work wikidata:Q386724 wikidata:Q7397 yago:Area102735688 yago:Artifact100021939 yago:Library103660909 yago:Object100002684 yago:PhysicalEntity100001930 yago:YagoGeoEntity yago:YagoPermanentlyLocatedEntity dbo:Library yago:Room104105893 yago:Structure104341686 yago:Whole100003553 yago:WikicatPythonLibraries yago:WikicatPythonScientificLibraries
rdfs:comment SymPy és una biblioteca escrita en Python l'objectiu és reunir totes les característiques d'un sistema d'àlgebra computacional (conegut per les sigles en anglès CAS, Computational Algebraic System), ser fàcilment extensible i mantenir el codi tot el simple que sigui possible.SymPy no requereix cap biblioteca externa, excepte per a suport gràfic. (ca) SymPy es una biblioteca escrita en Python cuyo objetivo es reunir todas las características de un sistema de álgebra computacional (CAS), ser fácilmente extensible y mantener el código todo lo simple que sea posible.SymPy no requiere ninguna biblioteca externa, salvo para soporte gráfico. (es) Sympy est une bibliothèque en Python spécialisée dans le calcul formel qui ne dépend d'aucune bibliothèque supplémentaire. Elle est à la fois disponible en tant qu'application de bureau et d'application sur Internet avec Sympy Live. Elle permet de faire du calcul arithmétique formel basique, de l'algèbre, des mathématiques différentielles, de la physique, de la mécanique classique ou quantique. C'est un logiciel libre. (fr) SymPy は、プログラミング言語Pythonで記号計算を行うためのオープンソースのライブラリである(Python用の離散事象シミュレーションライブラリ (en) と混同しやすい名前だが別ものである)。プロジェクトの目的は、完全な機能を持つ計算機代数システム (CAS; Computer Algebra System) を完備すること、さらに、拡張性を損なわないようにソースコードを可能な限り簡素に保つこと、とされている。SymPyはすべてPythonで書かれており、他の第三者製ライブラリは、オプションとしてのプロット機能以外には、何に依存していない。 SymPyは、BSDライセンスを採用しているフリーソフトウェアである。Ondřej ČertíkとAaron Meurerを中心に開発が進められている。 (ja) SymPy是一个符号计算的Python库。它的目标是成为一个全功能的计算机代数系统,同时保持代码简洁、易于理解和扩展。它完全由Python写成,不依赖于外部库。 SymPy支持符号计算、高精度计算、模式匹配、绘图、解方程、微积分、组合数学、离散数学、几何学、概率与统计、物理学等方面的功能。 SymPy在新BSD许可证下开源。 (zh) SymPy ist eine Python-Bibliothek für symbolisch-mathematische Berechnungen. Die Computeralgebra-Funktionen werden angeboten als * eigenständiges Programm * Bibliothek für andere Anwendungen * Webservice SymPy Live oder SymPy Gamma SymPy ermöglicht Berechnungen und Darstellungen im Rahmen von einfacher symbolischer Arithmetik bis hin zu Differential- und Integralrechnung sowie Algebra, diskreter Mathematik und Quantenphysik. Die Ergebnisse werden auf Wunsch in der Textsatzsystemsprache TeX ausgegeben. (de) SymPy is an open-source Python library for symbolic computation. It provides computer algebra capabilities either as a standalone application, as a library to other applications, or live on the web as SymPy Live or SymPy Gamma. SymPy is simple to install and to inspect because it is written entirely in Python with few dependencies. This ease of access combined with a simple and extensible code base in a well known language make SymPy a computer algebra system with a relatively low barrier to entry. (en) SymPy é uma biblioteca Python para computação simbólica. Ela fornece ferramentas de álgebra computacional tanto como uma aplicação independente como, também, uma biblioteca para outras aplicações. Ainda, a biblioteca está disponível de forma on-line nos sítios de internet:SymPy Live e SymPy Gamma. Sympy é fácil de ser instalada e analisada, pois é escrita em Python e não depende de bibliotecas adicionais. (pt) SymPy — это библиотека Python с открытым исходным кодом, используемая для символьных вычислений. Она предоставляет возможности компьютерной алгебры в виде отдельного приложения, как библиотека для других приложений или в Интернете как SymPy Live или SymPy Gamma. SymPy, аналогично другим библиотекам имеет стандартную установку и проверку, поскольку он полностью написан на Python с небольшими подпрограммами на других языках. Такая унификация доступа в сочетании с простой и расширяемой кодовой базой на широко распространённом языке делает SymPy системой компьютерной алгебры с относительно низким барьером для входа. (ru)
rdfs:label SymPy (ca) SymPy (de) SymPy (es) Sympy (fr) SymPy (ja) SymPy (pt) SymPy (en) SymPy (ru) SymPy (zh)
owl:sameAs freebase:SymPy yago-res:SymPy wikidata:SymPy dbpedia-ca:SymPy dbpedia-de:SymPy dbpedia-es:SymPy dbpedia-fr:SymPy dbpedia-ja:SymPy dbpedia-pt:SymPy dbpedia-ru:SymPy dbpedia-sr:SymPy dbpedia-tr:SymPy dbpedia-zh:SymPy https://global.dbpedia.org/id/4ndBs
prov:wasDerivedFrom wikipedia-en:SymPy?oldid=1109005387&ns=0
foaf:depiction wiki-commons:Special:FilePath/Sympy_plot_screenshot.png wiki-commons:Special:FilePath/Sympy_logo.svg
foaf:isPrimaryTopicOf wikipedia-en:SymPy
foaf:name SymPy (en)
is dbo:wikiPageRedirects of dbr:Ondrej_Certik dbr:Ondřej_Čertík dbr:Sympy dbr:Sympy.org
is dbo:wikiPageWikiLink of dbr:List_of_arbitrary-precision_arithmetic_software dbr:List_of_computer_algebra_systems dbr:Vincent's_theorem dbr:List_of_information_graphics_software dbr:List_of_numerical-analysis_software dbr:List_of_numerical_libraries dbr:Comparison_of_programming_languages_(array) dbr:Math_Kernel_Library dbr:SageMath dbr:Gauss–Laguerre_quadrature dbr:Ondrej_Certik dbr:Ondřej_Čertík dbr:Sympy dbr:Approximations_of_π dbr:Closed-form_expression dbr:Comparison_of_numerical-analysis_software dbr:Faugère's_F4_and_F5_algorithms dbr:Hadamard_product_(matrices) dbr:Numerical_analysis dbr:Differential_equation dbr:History_of_mathematical_notation dbr:List_of_Python_software dbr:Gröbner_basis dbr:Baillie–PSW_primality_test dbr:Sympy.org dbr:Spin_(physics) dbr:Spyder_(software) dbr:IPython dbr:Ordinary_differential_equation dbr:Wolfram_Language dbr:Matrix_calculus dbr:Risch_algorithm
is foaf:primaryTopic of wikipedia-en:SymPy