Giter Club home page Giter Club logo

mathgene's People

Contributors

azure-pipelines[bot] avatar gpaulos avatar mathgene avatar onrack2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mathgene's Issues

Replace eval() function from mgCalculate

Replace all instances of eval() function from mgCalculate with internal recursive algorithm.

cDissect
matArray
xprIterate
parseTerms
parsePoly
xprExpand
xprTrigToExp
xprExpToTrig
xprRange
xprDomain
Numeric

Feature - Add calculation logging

Add a logging feature that traces the calculation steps.

Output of logging is attached to a key "calcLog" in all calculation output objects.

A 'calcLogLevel' key added to the configuration object 'mgConfig'

Add support for array object

Add support for simplified array object.

Currently an array must be specified as a 1xN matrix in the form mat(mat(1,2,3,...)) which is cumbersome.

Add support for a mat(1,2,3,...) array that gets converted to mat(mat(1,2,3,...)) internally for easy processing.

Feature - add statistical function to mg_calculate

Add a new statistical function in the mg_calculate.js module the will input a matrix or array and return an object with the following values:

  • mean
  • median
  • range
  • high value
  • low value
  • standard deviation
  • relative standard deviation
  • variance
  • standard error
  • kurtosis
  • skew
  • geometric mean
  • harmonic mean
  • RMS mean

Success criteria:

  • completed function with above requirements
  • test cases to verify all above requirements

Feature - support for inequalities in mgSolve and mgSimplify

Add support for inequalities to mgSolve and mgSimplify:

  • greater than >
  • greater than or equal =>
  • less than <
  • less than or equal <=
  • not equal

Success criteria:

  • mgSolve should correctly manage inequalities when solving for variable
  • mgSimplify should be able to simplify each side of inequality
  • tests for all above cases

Bug - HTML tables do not inherit CSS font-size declarations

HTML tables are used for matrix and definite integral notation but the tables do not inherit the CSS font-size declarations without using CSS 'table{font-size:inherit}' in the web page header. If the header is missing, then those objects will not rescale using the mgTranslate scaling feature. This appears to be normal HTML/CSS default but it is an annoyance.

Find an inline solution to the table scaling issue that removes the CSS header requirement.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.