latexify_py icon indicating copy to clipboard operation
latexify_py copied to clipboard

Add numpy matrix operations support

Open pedrohba1 opened this issue 3 years ago • 1 comments

It would be interesting to implement some matrix operations such as:

    Lb = np.array(Lb) - ((numerand/pivot)* np.array(La)) 

pedrohba1 avatar Oct 18 '22 13:10 pedrohba1

@pedrohba1 Hi, thanks for proposing the issue!

It is somewhat unclear what is the desired LaTeX output of the given expression. So could you add some example outputs and/or behaviors too?

Ref: #38

odashi avatar Oct 18 '22 13:10 odashi

Some features are taken over by other issues. Closes this issue for now.

odashi avatar Nov 15 '22 17:11 odashi