Eigenmath

Eigenmath è un sistema di algebra computazionale open source, multipiattaforma, che non necessita di installazione, scritto in C, sviluppato da George Weigt.

Eigenmath
Eigenmath
software
Schermata di esempio
Schermata di esempio
GenereSistema di algebra computazionale
SviluppatoreGeorge Weigt
Ultima versione137 (1º gennaio 2009)
Sistema operativoMicrosoft Windows
macOS
LinguaggioC
LicenzaOpen Source
(licenza libera)
Sito webwww.eigenmath.org

Eigenmath è un sistema di algebra computazionale open source, multipiattaforma, che non necessita di installazione, scritto in C, sviluppato da George Weigt.

Sulla home page sono disponibili gli eseguibili per Windows e macOS, mentre i codici sorgenti sono disponibili su Sourceforge.

Leonel H. Sandoval ha portato il progetto su Nintendo DS homebrew.[1]

Esempi

  • Somma e fattorizzazione di funzioni:

 f(x) = 2 x^2 + 3 x + 4
 g(x) = 4 x + 2
 h(x) = f(x) + g(x)
 h(x)
	 6 + 7x + 2x^2

 factor(h(x))
	 (2+x)(3+2x)

  • Radici di funzioni:

h(x) = 2 x^2 + 7 x +6
h(x)
	6 + 7x + 2x^2

roots(h(x))
	-2, -3/2

  • Derivazione e integrazione di funzioni:

h(x) = 2 x^2 + 7 x +6
h(x)
	6 + 7x + 2x^2

p(x) = d(h(x),x)
p(x)
	7 + 4x

m(x) = integral(p(x),x)
m(x)
	7 x + 2 x^2

Note

Voci correlate

Collegamenti esterni

  • (EN) Eigenmath homepage, su eigenmath.sourceforge.net. URL consultato il 17 giugno 2008 (archiviato dall'url originale il 12 luglio 2016).
  • (EN) Eigenmath help, su eigenmath.sourceforge.net. URL consultato il 17 giugno 2008 (archiviato dall'url originale il 9 maggio 2008).
  • (EN) Eigenmath manual (PDF), su eigenmath.googlecode.com. URL consultato il 24 novembre 2010 (archiviato dall'url originale il 25 aprile 2012).
  • (EN) Eigenmath source code[collegamento interrotto] su SourceForge
  Portale Software libero: accedi alle voci di Wikipedia che trattano di software libero

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.