如何在丰富的互联网应用程序中显示简单的数学公式
我有一些类型的数学公式
p = (l + m + n) / (i+j*2)
注意:这只是一个例子。真实的方程更加复杂,方程中有多个变量。
我想在交互式、丰富的 Web 组件中以树状结构显示这些公式。
最初,屏幕应显示
p = x/y
p、x 和 y 作为方框。用户可以单击标记为 x 的框,这将“展开”该框以展开并显示 x = (l + m + n)
等等。
由于这是一个基于 J2EE 的应用程序,因此我可以使用任何与 J2EE 兼容的 RIA 库。
是否有任何第三方 RIA 库可以帮助我渲染这些公式?
I have some mathematical formulas of the type
p = (l + m + n) / (i+j*2)
Note: This is just an example. The real equations are more complicated with several variables participating in the equations.
I want to display these formulas in a tree like structure in an interactive, rich web component.
Initially the screen should display
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 displayx = (l + m + n)
and so on.
Since this is a J2EE based application, I can use any RIA library compatible with J2EE.
Are there any 3rd party RIA libraries out there that can help me render these formulas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来 MathOverflow 已经记录下来了...检查一下。
Looks like MathOverflow has this down... check it out.
请参阅以下链接:
http://www.math.union .edu/~dpvc/jsMath/examples/Henrici.html
http://www.myphysicalslab .com/web_math.html
http://amaya.software.informer.com/11.1 /
http://en.wikipedia.org/wiki/MathML
please see the below links:
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