ACM-VIT / Algos-for-all-Amigos

This repository consists an implementation of the Algorithms encountered in Computer Science, Physics and Mathematics.
MIT License
9 stars 10 forks source link

Web Based GUI for Matrix Operations #2

Open Chasmiccoder opened 2 years ago

Chasmiccoder commented 2 years ago

Hey there! Welcome to Hacktoberfest 2021!

Thanks for taking interest in this project.

It would be interesting to have a web application that performs simple matrix calculations like matrix addition, multiplication, matrix tensor product, etc.

The website should be fully responsive. First, the user is asked to choose an operation (Addition, Multiplication, Tensor Product). Then the dimensions of the matrices are taken as input. Then the corresponding output is displayed.

Additional Feature: Allow the user to copy the output to his clipboard

Tech Stack - HTML, CSS, JS



It's okay if you don't finish 100% of what is required, it's the attempt that matters! We'll accept PRs even if they complete a sub-component of this issue (depending on the code submitted and the effort taken) All the best :D

Aryan-kamboj commented 2 years ago

currently i don't have any knowledge of gui or web dev (i am a 1st year student) but i kinda liked your idea though i have a code that i wrote for matrix multiplication in c (it was a good challenge) i'm a very quick learner if you have some free time to mentor me for gui dev i will be thrilled to bainstorm the logics required for other operations

Chasmiccoder commented 2 years ago

Hey @Aryan-kamboj !

Sure, I'll assign you to this issue. Feel free to reach out if you need any help - Telegram

Good luck!

Aryan-kamboj commented 2 years ago

hey just to let you know i have started working on this . .... feels thrilling

Chasmiccoder commented 2 years ago

Hey @Aryan-kamboj !! Glad to hear that mate!

If you need any help don't hesitate to contact me via Telegram (link sent above) All the best

Chasmiccoder commented 2 years ago

Hi @Aryan-kamboj ! Is there any update on this issue?

Aryan-kamboj commented 2 years ago

Oh hi good evening @Chasmiccoder Yeah i have completed the codes for all the operations currently i am learning how to make forms in html for input from user.

Chasmiccoder commented 2 years ago

@Aryan-kamboj That sounds good :)

Good luck

Aryan-kamboj commented 2 years ago

@Chasmiccoder hii i am really sorry but i think i might not be able to complete this in time because of my college can i just add the operation codes right now and i'll keep on working on the web dev side of it (i think i took a bigger bite than i can swallow) as m learning more and more m its starting to feel like i'll need much more time to complete it so can i just make a pr for the operations right now ?

Chasmiccoder commented 2 years ago

Hey @Aryan-kamboj

Is the code in JavaScript? If so, then you can go ahead an make the PR, we'll verify it and merge it. This is because we can build on top of it later. Thanks!