Projects tagged ‘math’ and ‘mathml’


[8 total ]

3 Users

KAlgebra is a calculator with symbolic and analysis features that lets you plot 2D and 3D functions as well as to easily calculate mathematical expressions.
Created about 1 year ago.

2 Users
 

JEuclid is a complete MathML rendering solution, consisting of: * A MathViewer application * Command line converters from MathML to other formats * An ant task for automated conversion * Display ... [More] components for AWT and Swing * A component for Apache Cocoon * A plug-in for Apache FOP [Less]
Created over 3 years ago.

1 Users
   

WinTriangle is a specialized RTF word processor capable of displaying and voicing conventional text and the symbols commonly used in math and scientific expressions permitting virtually any math or ... [More] scientific expression to be expressed in a linear form. The goal of WinTriangle is to provide a common format usable by sighted and blind people. WinTriangle completes the loop permitting essentially total written communication of scientific information between sighted and blind people.WinTriangle is a computer application and computer literacy is required of both the blind and sighted users to use it.No knowledge of braille is required.The application is distributed with extensive online documentation and tutorials to make the learning curve to use this application small. [Less]
Created over 3 years ago.

0 Users

OverviewThese gadgets use ASCIIMathML to render formulae in the wiki pages of the projects hosted on the Google Code. There is an open Issue 1431 in the project hosting support. Until such a feature ... [More] is implemented these gadgets are a viable alternative to using images or plain wiki markup. If you need to write formulae in the wiki hosted by Google Code, then star this issue. GadgetsThe MathMLGadget can display a single formula. The AsciiGadget can display some text mixed with formulae in the same paragraph. For example, the following wiki code will render like this .gadget-title { margin-bottom: 2px; } function resizeIframeHandler(opt_height) { var elem = document.getElementById(this.f); if (!elem) return; if (!opt_height) { elem.style.height = undefined; } else { opt_height = Math.max(10, opt_height); elem.style.height = opt_height + 'px'; } } gadgets.rpc.register("resize_iframe", resizeIframeHandler); gadgets.rpc.register('set_title', function(title) { var elem = document.getElementById(this.f + '_title'); if (elem) { elem.innerHTML = gadgets.util.escape(title); } }); and the following wiki code will render like this All gadgets have the required content parameter (named as up_content when used from the wiki) to configure the text or formula displayed by the gadget. The element itself has some additional attributes. The border is usually set to 0 so there is no line border around the content displayed by the gadget. The gadget height (height attribute) is adjusted dynamically to fit the content, but the gadget width (width attribute) is not. If the gadget shows the horizontal scrollbar, the width should be set to either some specific value or to "100%" (the gadget will fill all available horizontal space). AlternativesAnother similar gadget is http://hosting.gmodules.com/ig/gadgets/file/112026212642543360418/maths.xml (preview) made by Joannes Vermorel. There are some services that will generate an image of the required formula, for example LaTeX Equation Editor for the Internet by Will Bateman and Steve Mayer and LaTeX Equation Editor from Sitmo. [Less]
Created 4 months ago.

0 Users

We try to develop a program that allows us to generate code by formulas automatically. We want to simplify process for programmers of writing complex formulas in given language.
Created 4 months ago.

0 Users

Project DescriptionA stand-alone program that can take MathML (acquired, e.g., from Microsoft Word 2007) and convert it to a meaningful set of C# statements, thereby facilitating domain-driven design ... [More] in engineering and mathematical applications. To see the program in action, watch the screencast. System RequirementsRequires .NET Framework 3.5 to run and Visual Studio 2008 + NUnit to compile. To use the functionality, a MathML-compatible editor is required. If using MS Word, make sure your Clipboard settings for equations are set to copy MathML. FeaturesCurrent version implements the following features: Variable naming (e.g., if we write x = y, both variables are defined as double x, y;). Multiplication sign addition (e.g., writing x = 2y results in the statement x = 2 * y;). Superscript and subscript. Superscript is taken to mean 'power of' and is realized with Math.Pow(). Subscript properly affects variable naming. Round and square braces are handled. Some replacements, e.g. replaces × with *. Substitutions, e.g., replacing 'e' with Math.E, are supported. Power inlining. Allows us to generate x*x instead Math.Pow(x, 2), which is much slower. An ExampleGiven this: The tool outputs this: p = rho*R*T + (B_0*R*T-A_0-((C_0) / (T*T))+((E_0) / (Math.Pow(T, 4))))*rho*rho + (b*R*T-a-((d) / (T)))*Math.Pow(rho, 3) + alpha*(a+((d) / (t)))*Math.Pow(rho, 6) + ((c*Math.Pow(rho, 3)) / (T*T))*(1+gamma*rho*rho)*Math.Exp(-gamma*rho*rho); [Less]
Created 12 months ago.

0 Users

The project provides a GWT (JavaScript) implementation of MathML. Various tools and widgets will be offered.
Created 12 months ago.

0 Users

Converts the mathematical formulae from one format to another.
Created about 1 year ago.