Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 In programming  





2 References  














Cracovian






Español
Polski
Română
 

Edit links
 









Article
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Cite this page
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


Inastronomical and geodetic calculations, Cracovians are a clerical convenience introduced in 1925 by Tadeusz Banachiewicz for solving systems of linear equations by hand. Such systems can be written as Ax = binmatrix notation where x and b are column vectors and the evaluation of b requires the multiplication of the rows of A by the vector x.

Cracovians introduced the idea of using the transposeofA, AT, and multiplying the columns of AT by the column x. This amounts to the definition of a new type of matrix multiplication denoted here by '∧'. Thus xAT = b = Ax. The Cracovian product of two matrices, say A and B, is defined by AB = BTA, where BT and A are assumed compatible for the common (Cayley) type of matrix multiplication.

Since (AB)T = BTAT, the products (AB) ∧ C and A ∧ (BC) will generally be different; thus, Cracovian multiplication is non-associative. Cracovians are an example of a quasigroup.

Cracovians adopted a column-row convention for designating individual elements as opposed to the standard row-column convention of matrix analysis. This made manual multiplication easier, as one needed to follow two parallel columns (instead of a vertical column and a horizontal row in the matrix notation.) It also sped up computer calculations, because both factors' elements were used in a similar order, which was more compatible with the sequential access memory in computers of those times — mostly magnetic tape memory and drum memory. Use of Cracovians in astronomy faded as computers with bigger random access memory came into general use. Any modern reference to them is in connection with their non-associative multiplication.

Named for recognition of the City of Cracow.

In programming

[edit]

InR the desired effect can be achieved via the crossprod() function. Specifically, the Cracovian product of matrices A and B can be obtained as crossprod(B, A).

References

[edit]
Retrieved from "https://en.wikipedia.org/w/index.php?title=Cracovian&oldid=1222699041"

Categories: 
Astrometry
History of astronomy
Matrix theory
Hidden categories: 
Articles lacking in-text citations from May 2015
All articles lacking in-text citations
 



This page was last edited on 7 May 2024, at 12:30 (UTC).

Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



Privacy policy

About Wikipedia

Disclaimers

Contact Wikipedia

Code of Conduct

Developers

Statistics

Cookie statement

Mobile view



Wikimedia Foundation
Powered by MediaWiki