Bill Allombert on Wed, 17 Jul 2024 13:51:29 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: How to compute the components of `q=Qfb(A,B,C)`?


On Wed, Jul 17, 2024 at 02:25:40PM +0300, Georgi Guninski wrote:
> I couldn't find this in the fine manual.
> Given `q=Qfb(A,B,C)`, how to find A,B,C?

You can do that:
? [A,B,C]=Vec(Qfb(2,3,5))
%62 = [2,3,5]

Cheers,
Bill