top of page

Another peep inside you would lOVE

  • Writer: Sundry Fires In Rain
    Sundry Fires In Rain
  • Oct 21, 2022
  • 1 min read

Updated: Feb 25


Here is the math-only treat :





import numpy as np

np.set_printoptions(threshold=np.inf)

import fractions

 

np.set_printoptions(formatter={'all':lambda x:str(fractions.Fraction(x).limit_denominator())})

 

# Define the matrix as a list of lists (each inner list is a row of the matrix)

matrix = np.array([ Enter your hugeee matrix])

 

print(np.linalg.inv(matrix))





 
 
 

Recent Posts

See All
Science Of The Sound

Authored articles and guides on advanced audio engineering techniques, including clipping, harmonic excitation, multiband waveshaping,...

 
 
 
This is how we do it...

I'm not whether I said passion is "pass + ion," so I'm taking this moment to say it out loud! Here's one detailed advice/journal-esque...

 
 
 
Results day is kinda....

(Wrote a little something after Year-1 ended :0 ... ) Results day is kinda like a double release - a break from the grind and seeing...

 
 
 

Comments


bottom of page