Cohen Henri on Mon, 04 Aug 2025 23:18:54 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: Question about the use of mfslashexpansion |
a = mffrometaquo([1, 8; 2, 8]);
b = mfinit(a);
c = 8 * (mfslashexpansion(b, a, [1, 0; 0, 2], 50, 1, &P) + mfslashexpansion(b, a, [1, 1; 0, 2], 50, 1, &P))Output:Since you included the parameter P, you will see that P[2]=2, which means that the actual variable is q^2 and not q.