Matrices and Graph
thepalindrome.org
Matrices and Graph
1–10 of 47 posts
Re: Matrices and Graph
#2Re: Matrices and Graph
#3Re: Matrices and Graph
#4Does anyone know how the graph illustrations were created? I have driven myself mad with tikz and dot .
Re: Matrices and Graph
#5Re: Matrices and Graph
#6what book to read to develop these concepts and intuitions with engineering level of math (not proofs)?
https://ocw.mit.edu/courses/18-085-computational-science-and...
Re: Matrices and Graph
#7Re: Matrices and Graph
#8Does anyone know how the graph illustrations were created? I have driven myself mad with tikz and dot .
Re: Matrices and Graph
#9Consider the following square matrix:
TSLA APPL GOOG MSFT
Alice | 100 5 0 1
Bob | 0 30 100 5
Carol | 2 2 2 2
Dan | 0 0 0 1000
An input vector of stock prices gives an output vector of net worths. However, that is about the only way you can use this matrix. You cannot transform the table arbitrarily and still have it make sense, such as applying a rotation matrix -- it is nonsensical to speak of a rotation from Tesla-coordinates to Google-coordinates. The input and output vectors lacks tensor transformation symmmetries, so they are not tensors.This is also why Principal Component Analysis and other data science notions in the same vein are pseudoscience (unless you evaluate the logarithm of the quantities, but nobody seems to recognize the significance of unit dimensions and multiplicative vs additive quantities)
Re: Matrices and Graph
#10Fun fact: this is only valid for domains that have a notion of "selfness", i.e. that there is such thing as an "identity matrix" for the quantities. Consider the following square matrix: TSLA APPL GOOG MSFT Alice | 100 5 0 1 Bob | 0 30 100 5 Carol | 2 2 2 2 Dan | 0 0 0 1000 An input vector of stock prices gives an output vector of net worths. However, that is about the only way you can use this matrix. You cannot tra…
By the way by changing the graph representation we can give meaning even to non square matrices as described in this article https://www.math3ma.com/blog/matrices-probability-graphs