Normalization and Scaling with Matrices

In summary, I was not able to find a step by step guide on how to nondimensionalize a system of simultaneous differential equations.
  • #1
doublee89
1
0
Hey everyone, I understand how to normalize a second order system, but I wanted to know if the same steps are taken when the parameters of the system are not scalar but matrices. For example

eq.png


where the parameter phi, and gamma are both 3x3 matrices and X is a 3x1 vector.

From what I've see online it doesn't look like it's the same when matrices are involved, and I can't seem to even find a textbook that will walk me through this step by step.

Any ideas?
 
  • #3
doublee89 said:
Hey everyone, I understand how to normalize a second order system,

What kind of "normalization" are we going to do ? In some contexts, the term "normalize" means to put a differential equation into dimensionless form.
 
  • #4
That is exactly the kind of normalization I was hoping for. Also, I know that in the scalar case normalizing the differential equation can reduce the number of parameters (which would also be a plus) but more than anything else I care about producing dimensionless and scaled parameters. The scaling is important to me because I will be putting this differential equation in state space form. The resulting dynamics matrix is poorly conditioned for some values and I would like to improve the condition number in the general case. This normalization/scaling could help with that.
 
  • #5
SPFF said:
That is exactly the kind of normalization I was hoping for.

I'm confused. Are you working the same problem as @doublee89 ?
 
  • #6
That was me (doublee89).. I am not sure why my account name has been changed. Strange...
 
  • #7
Perhaps you browser saved the wrong user name and password for auto-login.

I don't know of any way to specify an algorithm to "nondimensionalize" a system of simultaneous differential equations.

Your matrix differential equation is equivalent to 3 simultaneous differential equations. The steps to "nondimensionalize" a single differential equation involve substituting a constant times a new variable for an old variable and dividing the equation by constants. Working with a system of equations, when we substitute a new variable for an old one, we can do it in all the equations. We can divide anyone of the equations by a constant.

The new possibility that a system of equations introduces is that we can replace an equation by a linear combination of other equations. It isn't clear to me whether changing variables creates any possibilities for simplifying the system of equations though using linear combinations that weren't already there in the original equations.

I agree that it's hard to find examples of nondimensionalizing a system of equations on the web. I did find this example of nondimensionalizing the two differential equations for a predator-prey system: https://daphnia.ecology.uga.edu/ceesg/wp-content/uploads/2014/01/nondim_notes.pdf
 
Last edited by a moderator:
  • Like
Likes jim mcnamara

1. What is normalization and why is it important in data analysis?

Normalization is the process of scaling numerical data to a common range. It is important in data analysis because it allows for fair comparisons between variables with different units and scales, and helps to reduce the influence of outliers in the data.

2. How is normalization different from scaling?

Normalization and scaling are often used interchangeably, but they have slight differences. Normalization typically refers to scaling data to a common range, while scaling can also refer to transforming data to have a specific mean and standard deviation.

3. What are some common methods for normalizing data using matrices?

Two common methods for normalizing data using matrices are min-max scaling and z-score normalization. Min-max scaling transforms data to a range of 0 to 1, while z-score normalization transforms data to have a mean of 0 and standard deviation of 1.

4. Can normalization be applied to both continuous and categorical data?

Normalization is typically applied to continuous data, as categorical data often does not have a numerical scale. However, some techniques, such as one-hot encoding, can be used to normalize categorical data.

5. What are the potential drawbacks of normalizing data?

One potential drawback of normalization is that it can reduce the interpretability of the data, as the original units and scales are lost. Additionally, normalization can amplify the impact of measurement errors or outliers in the data.

Similar threads

  • Linear and Abstract Algebra
Replies
4
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
921
  • Precalculus Mathematics Homework Help
2
Replies
57
Views
3K
Replies
7
Views
861
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
Replies
2
Views
866
  • Quantum Physics
Replies
3
Views
2K
Replies
4
Views
3K
  • Introductory Physics Homework Help
Replies
6
Views
1K
Back
Top