Quaternions - Сообщения
thank you for your quaternion file. I have had my interest in these things increased because so far, I cannot find your interesting equations.
So i stared writing out standard matrix complex no. representations of quaternions.
Question, i am getting strange results for the k element of a quaternion set.
I have tried writing out the equations several ways and the k vector with a simple complex nos. does not look right.
Would appreciate a second opinion from the community.
Kind Regards,
John
quaternionsMatrix.sm (288 КиБ) скачан 31 раз(а).
I'm not familiar with with Quaternion Matrix [Wikipedia].
Only 3 D rotation as previously posted.
You can collect all you Maple command lines for easy inspection.
Few examples of [2 x 2] applications attached.
Sunny today ... Jean
SolveEquationDotNumerics.sm (27 КиБ) скачан 21 раз(а).
ODE Space Saddle_0.sm (31 КиБ) скачан 21 раз(а).
Solve GivenFind Cyclic Solve Coplanar Critical READ FIRST.sm (77 КиБ) скачан 20 раз(а).
Maths Matrix map.sm (237 КиБ) скачан 26 раз(а).
WroteHello John,
I'm not familiar with with Quaternion Matrix [Wikipedia].
Only 3 D rotation as previously posted.
You can collect all you Maple command lines for easy inspection.
Few examples of [2 x 2] applications attached.
Sunny today ... Jean
SolveEquationDotNumerics.sm (27 КиБ) скачан 21 раз(а).
ODE Space Saddle_0.sm (31 КиБ) скачан 21 раз(а).
Solve GivenFind Cyclic Solve Coplanar Critical READ FIRST.sm (77 КиБ) скачан 20 раз(а).
Maths Matrix map.sm (237 КиБ) скачан 26 раз(а).
Thank you very much for your time Jean, Quaternions were used in the first set of Maxwell equations, or electricity equations.
Later, vector analysis replaced quaternions because they were much easier to understand. Unfortunately some information of the electricity equations got lost by doing this.
However, there has been a renewed interest in quaternions because they prevent 'gimbal lock' that can happen with Euler equations. Also quaternions are a subset of Geometric Algebra that contains even more information than quaternions and is really taking off all over the world. GA is where i would like to get to through Smath eventually. I found a set of files for Maxima which contain enough of the GA that i am interested in. So thats the direction i am slowly going in.
Thank you for all these interesting files too.
kind regards, John
(The link below shows a connection between Q and GA)
https://geometricalgebra.org/quaternions.html
WroteWroteHello John,
I'm not familiar with with Quaternion Matrix [Wikipedia].
Only 3 D rotation as previously posted.
You can collect all you Maple command lines for easy inspection.
Few examples of [2 x 2] applications attached.
Sunny today ... Jean
SolveEquationDotNumerics.sm (27 КиБ) скачан 21 раз(а).
ODE Space Saddle_0.sm (31 КиБ) скачан 21 раз(а).
Solve GivenFind Cyclic Solve Coplanar Critical READ FIRST.sm (77 КиБ) скачан 20 раз(а).
Maths Matrix map.sm (237 КиБ) скачан 26 раз(а).
Thank you very much for your time Jean, Quaternions were used in the first set of Maxwell equations, or electricity equations.
Later, vector analysis replaced quaternions because they were much easier to understand. Unfortunately some information of the electricity equations got lost by doing this.
However, there has been a renewed interest in quaternions because they prevent 'gimbal lock' that can happen with Euler equations. Also quaternions are a subset of Geometric Algebra that contains even more information than quaternions and is really taking off all over the world. GA is where i would like to get to through Smath eventually. I found a set of files for Maxima which contain enough of the GA that i am interested in. So thats the direction i am slowly going in.
Thank you for all these interesting files too.
kind regards, John
(The link below shows a connection between Q and GA)
https://geometricalgebra.org/quaternions.html
quaternions.sm (67 КиБ) скачан 27 раз(а). updated...
very sunny today.
As well for the Pseudo Matrix examples.
Under the hood, Cholesky solver is a pseudo matrix.
It is the core component of the iterative Conjugate Gradient
for fitting model function(s) to data sets in Smath.
Be good ... Jean.
WroteThanks John for the Geometric Algebra lecture.
As well for the Pseudo Matrix examples.
Under the hood, Cholesky solver is a pseudo matrix.
It is the core component of the iterative Conjugate Gradient
for fitting model function(s) to data sets in Smath.
Be good ... Jean.
Jean, hopefully, there is good oil under the hood.
Does the Cholesky require a square matrix,
or is there a method to take any m by n and convert it sufficiently for
Cholesky to process it. I found a Cholesky algorithm in Smath, and it requires a square matrix,
as does Maple.
(Complex no.s work brilliantly at one frequency, but tricks must be used to get correct results at harmonics as far as electricity goes. GA handles all of that in its stride).
All the best...
WroteDoes the Cholesky require a square matrix,
or is there a method to take any m by n and convert it sufficiently for
Cholesky to process it. I found a Cholesky algorithm in Smath, and it requires a square matrix,
as does Maple.
Cholesky takes the X,Y vectors, not a matrix.
It creates its own matrix for pseudo-solve.
The pseudo-solve matrix is square [n x n]
where n is the order of the polynomial.
If you have Y only, create an artificial X.
Observe Cholesky in the Fréchet iterative fit.
Have a good visit of these two attachments.
Best to you and your next ... Jean.
PolyFit Orphan X.sm (18 КиБ) скачан 27 раз(а).
Genfit Frechet DIFFICULT.sm (128 КиБ) скачан 23 раз(а).
WroteWroteDoes the Cholesky require a square matrix,
or is there a method to take any m by n and convert it sufficiently for
Cholesky to process it. I found a Cholesky algorithm in Smath, and it requires a square matrix,
as does Maple.
Cholesky takes the X,Y vectors, not a matrix.
It creates its own matrix for pseudo-solve.
The pseudo-solve matrix is square [n x n]
where n is the order of the polynomial.
If you have Y only, create an artificial X.
Observe Cholesky in the Fréchet iterative fit.
Have a good visit of these two attachments.
Best to you and your next ... Jean.
PolyFit Orphan X.sm (18 КиБ) скачан 27 раз(а).
Genfit Frechet DIFFICULT.sm (128 КиБ) скачан 23 раз(а).
Awesome! so i see PolyFit Orphan X is like left pseudoinverse matrix, but it completes the use of it

I will have to study Frechet.
Thank you very much for your time Jean.
take care...
WroteI will have to study Frechet.
Let me collect more examples that illustrate
fitting techniques ... 2/3 days.
Viva Australia & John ... Jean.
fitting techniques ... 2/3 days.
Thank you Jean for your time, very kind.
Also, long live Canada, maple trees, and Jean!
WroteThank you Jean for your time, very kind.
Also, long live Canada, maple trees, and Jean!
In the mean time John, visit these two remarkable Cholesky.
Be good ... Jean.
Genfit [Algo Ancestor Part123 Cholesky].sm (88 КиБ) скачан 23 раз(а).
Be good ... Jean.
Thank you Jean, i will study these tonight,
Kind Regards as always,
John
WroteThank you Jean, i will study these tonight,
These 4 are interesting wrt handling Cholesky directly
and handling Chelesky via CG [Conjugate Gradient]
Now, drink your beer Irish style: one for John, one for Jean.
Cheers ... Jean.
Genfit [Algo Minimize(Rational Type_J].sm (63 КиБ) скачан 21 раз(а).
Genfit [Algo Ancestor Part123 Cholesky].sm (88 КиБ) скачан 23 раз(а).
Genfit 0000000000 Rational Num_Denom Order.sm (88 КиБ) скачан 19 раз(а).
Genfit 0000000 Rational Auto-init ITER.sm (149 КиБ) скачан 22 раз(а).
WroteWroteThank you Jean, i will study these tonight,
These 4 are interesting wrt handling Cholesky directly
and handling Chelesky via CG [Conjugate Gradient]
Now, drink your beer Irish style: one for John, one for Jean.
Cheers ... Jean.
Genfit [Algo Minimize(Rational Type_J].sm (63 КиБ) скачан 21 раз(а).
Genfit [Algo Ancestor Part123 Cholesky].sm (88 КиБ) скачан 23 раз(а).
Genfit 0000000000 Rational Num_Denom Order.sm (88 КиБ) скачан 19 раз(а).
Genfit 0000000 Rational Auto-init ITER.sm (149 КиБ) скачан 22 раз(а).
Thank you Jean for your time

For this file: Genfit 0000000000 Rational Num_Denom Order.sm , I am getting an error with writing and reading.
I am wondering if you know what i have done wrong, kind regards, John
I have some Bunderberg ginger beer which has a nice bite, so will drink yours first then mine.
CWD:=CurrentDirectory("C:\SmathFile")
Otherwise: disable the 3 spool to file commands.
Bed time soon, Cheers Irish style ... Jean.
French from Brittany converse with Irish in Gaelic as well with Scots.
Wrotewhat about if you create simpler ? Maybe your long path is not recognized.
CWD:=CurrentDirectory("C:\SmathFile")
Otherwise: disable the 3 spool to file commands.
Bed time soon, Cheers Irish style ... Jean.
French from Brittany converse with Irish in Gaelic as well with Scots.
Ah yes, the disabling worked :d thank you!
The French language is very pleasant to hear in song...
Here is Levenberg-Marquardt in two styles.
Not preferred vs Cholesky Conjugate Gradient.
Once Cholesky is initialized, being iterative
the final best fit is warranted,faster as well.
Have a good day ... Jean.
Genfit_10 Frechet LMSA ..SS6179.sm (112 КиБ) скачан 28 раз(а).
ended to exceptional fit. The data set could be noisy in Y's.
In Process Control Instrumentation, we collect lot of data
that we have to best render in some visual way.
Cheers John ... Jean.
GenfitMatrix Copy Master ToolBox.sm (59 КиБ) скачан 29 раз(а).
WroteHello John,
Here is Levenberg-Marquardt in two styles.
Not preferred vs Cholesky Conjugate Gradient.
Once Cholesky is initialized, being iterative
the final best fit is warranted,faster as well.
Have a good day ... Jean.
Genfit_10 Frechet LMSA ..SS6179.sm (112 КиБ) скачан 28 раз(а).
Thank you Jean! Very helpful and thank you for teaching me
Kind Regards as always
John
WroteThank you Jean! Very helpful and thank you for teaching me
You said you have Mathcad 15, there is a most useful piece of code
about rational fit to noisy data. You may still find in the PTC.
I called Genfit Matrix or GenfitMatrix. It is based on Mathsoft
genfit(vx,vy,vg,F). It was tested vs other software at the time
of developing the DAEP [Data Analysis Extension Pack].
If you can't find, I can make images of the code.
My Mathcad 11 is not connected to Internet anymore for last 6 years.
GenfitMatrix auto initializes itself, only Num/Den order.
Rational fit is most useful for data that may not have model function.
Cheers as usual ... Jean
-
Новые сообщения
-
Нет новых сообщений