Coder Social home page Coder Social logo

matics's Introduction

Hi there ๐Ÿ‘‹

my stats Top Language

My good repositorys

  • matics(This is the repository I'm most satisfied with.)
  • matics-dist(This is the compression package for matics repository)

My email is [email protected]. If you find bug in my repository,please tell me it.

I like My like language

and I like My like editor

matics's People

Contributors

bangyen avatar guozhenduo avatar

Stargazers

 avatar

Forkers

somediscuss

matics's Issues

Reform

I'm going to transform the password project into an interpreter.

Annotation

Let's write the annotation now.This will make the changes easy.

Suggestion: Matrix Class

It might be interesting to implement a class that handles matrix math, e.g. addition, multiplication, and inverses.

Matrix Class Instance Variables

Why did you change the definition of self.adim back to list(str(arr)).count('[')? As a result, matrix addition and multiplication stops working.
A multiplication example:

x = Matrix([1, 2])
y = Matrix([[1, 0], [0, 1]])
z = x * y

An addition example:

x = Matrix([[1], [2]])
y = Matrix([[1], [0]])
z = x + y

Chinese

Can you speak Chinese,Bangyen?

C

Bangyen,Can you write extension module in C language?

Matrix

Just now I went to study the matrix class of numpy module. It's too profound.

Fraction Class Functionality

By taking the gcd of the arguments passed to the Fraction class, aren't you limiting the functionality of the class? Now, it's not possible to create a Fraction object with float arguments.

PyPi

We need to consider uploading matics to PyPi.

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.