Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
All in all... It's just a matter of reading through the lines for the ordering of the entry vectors...
And IMHO, the 'idea' of a 3D to 2D projection is... weird => should be more specific in the description.
It does not work when you do not change format it gives syntax errors
Why is the layer order reversed in the first dimension of the vector? Apparently 3-rd layer is at the top while 1-st layer is at the bottom but nowhere is this mentioned.
Image of dynamic euler eqation is broken.
(Please use katex)
The initial solutions includes tabs.
No random tests
In the random tests, apart from randomizing the values within the cube, perhaps you could randomize the size of the cube (
a
,b
andc
) as well? Also, instead of having just one random assertion, perhaps you could put your random test in afor
loop to perform, say, 100 random assertions instead?You really need to do something to the description. Actually you need to clearify what knowledge is required to solve it.
Pasting formulas without explaination does not help people to understand the task.
For the first equation
What do
A, B, C
,p, q, r
,Gx, Gy, Gz
stand for?The next
What do
ψ, θ, φ
stand for?Are
p, q, r
related to the same name marks in the previous equation?The RK one
What does
f
stand for?What do you mean by
integrate
?