English 中文(简体)
如何在富互联网应用程序中显示简单数学公式
原标题:How to display simple mathematical formulas in a rich internet application
  • 时间:2010-02-22 06:14:47
  •  标签:

我有一些数学公式。

p = (l + m + n) / (i+j*2) 

注:这只是一个例子。真实的方程更加复杂,有多个变量参与方程。

我希望以交互式、丰富的 web 组件将这些公式显示为树型结构。

最初,屏幕应显示

p = x/y

with p, x and y as boxes. The user can click on the box labeled x which will "unfold" the box to expand and display x = (l + m + n) and so on.

由于这是基于J2EE的应用程序,我可以使用与J2EE兼容的任何RIA库。

有没有任何第三方RIA库可以帮助我呈现这些公式?

最佳回答

看起来好像MathOverflow做得很好,去看看吧。

问题回答

请查看下面链接:

将此翻译成中文:http://www.math.union.edu/~dpvc/jsMath/examples/Henrici.html

将此翻译成中文:http://www.myphysicslab.com/web_math.html

http://amaya.software.informer.com/11.1/ 的翻译为:

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





相关问题
热门标签