OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.56k stars 3.68k forks source link

Matrix Operations #3411

Open nonotreally opened 6 years ago

nonotreally commented 6 years ago

This is a(n):

Details:

I wish to add matrix operations under mathematical algorithms like 1)Addition of two matrices 2)Subtraction of two matrices 3)Product of two matrices 4)Checking equality of matrices

arnavb commented 6 years ago

@nonotreally I would be careful with this as there are some implementations hovering around the repo. Otherwise, go for it!

tbhaxor commented 6 years ago

I will be coding in python3 and javascript and also in c++ if i ll be sitting idle :laughing: @arnavb can we use numpy ? also i want to know that where u want it to be placed in code/

arnavb commented 6 years ago

@tbhaxor I would try to avoid external dependencies, as the code may become non-portable otherwise. See what @AdiChat says.

tbhaxor commented 6 years ago

@arnavb this code is using numpy :smiley:

kobra-cai commented 6 years ago

If you don't mind, I will do a pull request for the matrix multiplication and equality in C++

DeVasu commented 6 years ago

I can code and implement all those Matrices Operations easily. but is someone else also working on this already?

nonotreally commented 6 years ago

Yes I'm working on it...

On Sun 27 May, 2018, 11:24 PM Vasu Dev, notifications@github.com wrote:

I can code and implement all those Matrices Operations easily. but is someone else also working on this already?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OpenGenus/cosmos/issues/3411#issuecomment-392350863, or mute the thread https://github.com/notifications/unsubscribe-auth/AijSxFhGrIHo_bg6mJC0vp5iJJZE1DxSks5t2uhWgaJpZM4SsAqr .

uds5501 commented 6 years ago

@tbhaxor Hey, just wanted to know that if you are still working with the python part or not. I could help with it if you may want to pass on the python implementation

nonotreally commented 6 years ago

I'm only working on C and C++ part...

On Mon 11 Jun, 2018, 10:57 PM Uddeshya Singh, notifications@github.com wrote:

@tbhaxor https://github.com/tbhaxor Hey, just wanted to know that if you are still working with the python part or not. I could help with it if you may want to pass on the python implementation

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/OpenGenus/cosmos/issues/3411#issuecomment-396321063, or mute the thread https://github.com/notifications/unsubscribe-auth/AijSxJUKodrtCsCbVYjoBBG6h1_zkZBCks5t7qiLgaJpZM4SsAqr .

uds5501 commented 6 years ago

@nonotreally Great! I will help with python part

sakshikhachane commented 4 years ago

I would like to work on this. Please assign me this.