Soumendra Ganguly

Results 36 comments of Soumendra Ganguly

I voted for local LLMs because of the non-requirement of internet connectivity and because I have not worked with them before and feel adventurous (although I am note sure if...

> it would be hard to judge the accuracy of it without manual checking. The only thing we can completely trust without manual checking is some actual engine such as...

I talked with Lars Madsen about this today, and he agrees with me in that the only way to do this that guarantees complete reliability is to use some actual...

> But for the SymPy printer/parser we have to follow what people are using and right now that's LaTeX. Of course. I do not see the mathematics community moving away...

I have not emailed LuaTeX yet, but I did some quick research myself. ## Nodes According to GPT4 API: > TeX converts the input into an intermediate format consisting of...

If I was to summarize the above comment in one sentence and in very simple terms, I think that the "Nodes" are somewhat like "tokens" in Lark, so that part...

@wermos Good to hear from you again. Please let me take a look at it during the weekend. I was (still am) very busy with my postdoc work, but I...

@wermos Was (still am) very busy. Please let me take a look at this now; will reply in a few hours.

@wermos In https://github.com/sympy/sympy/pull/26098/files, please see ``` CMD_BEGIN_ARRAY_AMSMATRIX: (L_PAREN | L_BRACKET) IGNORE_L CMD_BEGIN (ARRAY_MATRIX_BEGIN | AMSMATH_MATRIX) ``` Therefore, while `pmatrix` and `bmatrix` matrices will work in standalone form, matrices defined via...

Also, please feel free to add documentation about the new symbol types, but please do not add documentation about complex numbers yet (or have you added them already)? I think...