Category:MathCortex: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{stub}}{{language|MathCortex}}")
 
No edit summary
 
Line 1: Line 1:
{{stub}}{{language|MathCortex}}
{{stub}}{{language|MathCortex}}

MathCortex is a simple lightweight programming language that is designed for doing numerical calculation on web browsers.

* Easy matrix manipulation and built-in matrix operations
* Numerical computations like singular value decomposition(svd) and finding eigenvalues/vectors(eig)
* Implicit declarations
* Syntax similar to C and JavaScript
* Static typing, with full type inference
* Online integrated web environment
* Open source

----

* [http://mathcortex.com/ MathCortex] : Implementation from the creator.

Latest revision as of 07:22, 7 February 2018

This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
MathCortex
This programming language may be used to instruct a computer to perform a task.
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using MathCortex.

MathCortex is a simple lightweight programming language that is designed for doing numerical calculation on web browsers.

  • Easy matrix manipulation and built-in matrix operations
  • Numerical computations like singular value decomposition(svd) and finding eigenvalues/vectors(eig)
  • Implicit declarations
  • Syntax similar to C and JavaScript
  • Static typing, with full type inference
  • Online integrated web environment
  • Open source

Pages in category "MathCortex"

The following 2 pages are in this category, out of 2 total.