ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1672. Droid flies

very easy
Posted by svr 30 Jan 2009 11:25
This is most easy problem in last list on
euler angles and optimization.
But I tried 30 submissions on test 2 because
taken columns of optimal rotation matrix
but should take rows acording of nature of dual basis.
Re: very easy
Posted by Al.Cash 30 Jan 2009 17:26
I really appreciate that you help people solving hard problems )))

Now a few questions about your post.
Is your solution complexity O(n^4) ?
And do you mean one should output the tranposed rotation
matrix (which is equal to the inverse matrix, because the
rotation matrix is orthogonal) ?
Re: very easy
Posted by svr 30 Jan 2009 19:13
My post has emotional nature only .
I saw that only 1 solved 1672 and thought that
problem really hard but it to appear of school level.
But what to use: rows or columns is rather
non evidence and your are all right about ortogonality.
Without ortogonality we must inverse matrix of transformation but for ortogonal case just transpose
is applicable.
Re: very easy
Posted by svr 30 Jan 2009 19:19
My post has emotional nature only .
I saw that only 1 solved 1672 and thought that
problem really hard but it to appear of school level.
But what to use: rows or columns is rather
non evidence and your are all right about ortogonality.
Without ortogonality we must inverse matrix of transformation but for ortogonal case just transpose
is applicable.
P.S. My posts have also idea that all problems is
excersises only and don't have the value to
battle during years with.
Re: very easy
Posted by Al.Cash 31 Jan 2009 00:43
I can't say that I spend too much time on some particular problems.
But it's interesting for me to solve all problems from this contest.
And it looks quite realistic thanks to your hints))