Python 3, Gui, Tkinter Please help me write a matrix program in Tkinter. How to add two matrices from the data collected

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

Python 3, Gui, Tkinter Please help me write a matrix program in Tkinter. How to add two matrices from the data collected

Post by answerhappygod »

Python 3, Gui, Tkinter
Please help me write a matrix program in Tkinter. How to
add two matrices from the data collected in Tkinter so that the
result is not a Nonetype in orer to display it.
1) Input the number of row x column (NXM) to form some text
boxes
2) Input the data of matrice into boxes formed
3) Collect the data of matrice as a list -then split into the
form of numpy
4) Add up two matrices
5) display matrix
How to add two matrices from the data collected in Tkinter so
that the result is not a Nonetype then display it.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply