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
@nonotreally I would be careful with this as there are some implementations hovering around the repo. Otherwise, go for it!
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/
@tbhaxor I would try to avoid external dependencies, as the code may become non-portable otherwise. See what @AdiChat says.
@arnavb this code is using numpy :smiley:
If you don't mind, I will do a pull request for the matrix multiplication and equality in C++
I can code and implement all those Matrices Operations easily. but is someone else also working on this already?
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
.
@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
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
.
@nonotreally Great! I will help with python part
I would like to work on this. Please assign me this.
Most helpful comment
@arnavb this code is using numpy :smiley: