顯示具有 LaTeX 標籤的文章。 顯示所有文章
顯示具有 LaTeX 標籤的文章。 顯示所有文章

2011年4月22日 星期五

Google Chart Tools Mathematical (TeX) Formulas

Google Chart Tools / Image Charts (aka Chart API)
Mathematical (TeX) Formulas
http://code.google.com/intl/zh-TW/apis/chart/docs/gallery/formulas.html


http://chart.apis.google.com/chart?
cht=tx
&chl=x = \frac{-b \pm \sqrt {b^2-4ac}}{2a}
http://chart.apis.google.com/chart?cht=tx&chl=x = \frac{-b \pm \sqrt {b^2-4ac}}{2a}

WordPress.com 新增 LaTeX 支援

WordPress.com 新增 LaTeX 支援
http://taogate.wordpress.com/2007/02/25/latex/
不過說到把數學式放在網頁裡,一般都是離不開用圖片或者 MathML,但兩者同樣麻煩,效果也不佳。Wikipedia 雖然用到 LaTeX,但那又不能用來寫自己的東西。
現在好了,WordPress.com 新增了 LaTeX 的功能,只要用一對 $latex ... $ 包著 LaTeX 語句即可,WordPress.com 會自動替你把數學式轉化為圖片。

Math Equation Editor 2

google docs的方程式編輯器
http://diary.tw/tim/837

Google 的圖形 API
http://ccckmit.wikidot.com/go:visual
http://code.google.com/intl/zh-TW/apis/chart/

在博客里轻松使用LaTeX数学公式
http://www.cnblogs.com/miloyip/archive/2010/04/26/1720877.html

Math Equation Editor

MathML十分類似HTML,是嚴格遵守XML規範的語言
在現在幾個主要的網頁瀏覽器中,最新版的Mozilla、Mozilla Firefox和Netscape Navigator都已經對MathML提供直接的支持。微軟的Internet Explorer在安裝了MathPlayer外掛程式後也可以識別MathML。此外,MathML還得到了一些辦公軟體的支持,如OpenOffice.org和Microsoft Office。


http://en.wikipedia.org/wiki/Formula_editor

Formulator Mathml Weaver

http://www.mmlsoft.com/index.php?option=com_content&task=view&id=6&Itemid=7
Free for non-commercial purposes
Cross-platform edition: 4.0
export format: MathML, PDF, SVG, Image, IE
不能輸出LaTeX
輸出的圖片沒有LaTeX漂亮

DragMath
http://www.dragmath.bham.ac.uk/demo.html
Open Source
Java applet
export format: LaTex, Maple, MathML, Maxima, MoodleTex, ASCIIMathML
可線上或下載
沒有hbar

Mirai Math
http://mirai.sourceforge.net/
Open Source
Uses Octave (Matlab clone) as a mathematical engine.

Firefox 附加元件: FireMath
https://addons.mozilla.org/zh-TW/firefox/addon/firemath/


Lyx
http://zh.wikipedia.org/wiki/LyX
GPL
Stable release 1.6.9 / February 7, 2011

    LaTeX的筆記
    http://homepage.mac.com/yenlung/WebWiki/LaTeXnote.html

    Maxima 簡介
    http://homepage.mac.com/yenlung/WebWiki/MaximNotes.html

    http://yenlung.blogspot.com/2005/11/singular.html
    Maxima 一直沒有健全的 Groebner Basis 模組, 至少還沒有標準內建型的。
    如果要計算 Groebner Basis, 我們不得不求助其他軟體。我個人的選擇是 Singular。