I find an error, as follows:
`\ftableau{#}::FilledTableau(dimension=10).
ex:=\ftableau{0,0}{1,1} \ftableau{a,a}{b,b}:
lr_tensor(_);
tab_dimension(_);
`
Paper result:
70785 ⊕ 235950 ⊕ 154440 ⊕ 101640 ⊕ 103950 ⊕ 13860;
However, my result:
680625
When I replicated the algorithm, the results differed from those in the literature. What could be the reason for this discrepancy? Additionally, could you explain the mathematical principles behind the \FilledTableau(dimension=10) and lr_tensor(_) algorithms? What do they represent?
I find an error, as follows:
`\ftableau{#}::FilledTableau(dimension=10).
ex:=\ftableau{0,0}{1,1} \ftableau{a,a}{b,b}:
lr_tensor(_);
tab_dimension(_);
`
Paper result:
70785 ⊕ 235950 ⊕ 154440 ⊕ 101640 ⊕ 103950 ⊕ 13860;However, my result:
680625When I replicated the algorithm, the results differed from those in the literature. What could be the reason for this discrepancy? Additionally, could you explain the mathematical principles behind the \FilledTableau(dimension=10) and lr_tensor(_) algorithms? What do they represent?