GithubHelp home page GithubHelp logo

markov's Introduction

Markov

A Haskell Powered Calculator

Markov is currently a work in progress calculator program. It currently has no practical functionality because it is incomplete (and also made obsolete by GHCi), but eventually it will be able to perform calculations with algebraic expressions, vectors and matrices, derivatives and integrals. It will be able to store variables and functions. At some point, Markov may also serve as the back-end for an eventual visual calculator application.

Markov is currently not built to be a serious competitor to other mathematical programs, it is an individual project made for practice and educational purposes. With that in mind, criticisms are welcome, but merges will be denied.

Markov is licensed under the GNU GPL version 3

Example:

> 5 * (2+1)
15
> x = 7
7
> x/2
4.5
> f(x) = 3x+4
f(x)
> f(6)
22
> Derivative f
3

Roadmaps

Program Roadmap:

Everything is a Work In Progress, even if a box is checked. A check mark signifies basic functionality.

  • Lexer
  • Parser
  • Interpreter/Evaluator
  • Read Input and Display Output
Functionality Roadmap
  • Bracket Matching
  • Arithmetic
  • Unary Operators
  • Algebraic Expressions
  • Storing Variables
  • Storing Functions
  • Matrices
  • Vectors
  • Basic Trigonometry
  • Differentiation
  • Integration
  • Sum Series
  • Product Series
  • Command Calls
  • Error Catching (that won't close program)

How It Works

W.I.P

markov's People

Contributors

grinshpon avatar

Stargazers

 avatar

Watchers

 avatar  avatar

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.