Solving Linear System of Equations with Discrete Components

Click For Summary
SUMMARY

The discussion centers around solving a linear system of equations with discrete components, specifically an 8x8 matrix. The user, mfduqued, is currently generating values for each component and storing them in 64 files, each containing 150x6000 entries. The primary inquiry is about implementing a loop to efficiently solve the linear system of equations multiple times with varying component values. A suggestion was made to utilize polynomial regression to model the discrete values.

PREREQUISITES
  • Understanding of linear algebra concepts, particularly linear systems of equations.
  • Familiarity with programming loops and iteration techniques.
  • Knowledge of polynomial regression and its application in data modeling.
  • Experience with file handling in programming languages to manage multiple data files.
NEXT STEPS
  • Explore methods for solving linear systems of equations using numerical libraries like NumPy in Python.
  • Research polynomial regression techniques and their implementation in statistical software like R or Python's scikit-learn.
  • Learn about optimization techniques for handling large datasets and improving computational efficiency.
  • Investigate parallel processing methods to speed up the execution of loops in solving equations.
USEFUL FOR

Mathematicians, data scientists, and software developers working with numerical methods, particularly those dealing with discrete data and linear systems of equations.

mfduqued
Messages
9
Reaction score
0
Hi community,

I have a linear systems of equations (8x8), but the matriz's components are discrete. In this moment, I make values' all of components and I write them in 64 files of 150x6000.

My question is How do you solve a linear systems of equations discrete?, I mean, How do I work with a loop for to solve the linear system of equations 150x6000 times with values differents at every component?

Thank you.

mfduqued
 
Physics news on Phys.org
Can you use polynomial regression to find functions to describe your discrete values?
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
1K
Replies
6
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K