User Portlet
Discussions |
---|
Possible bug or undocumented behavior in Math 11.3 ? Let assume we have a notebook with multiple cells with NoteBookEvaluate: Var1 = 1; Var2 = 2; NotebookEvaluate[DerivedNotebook]; Print["OK"] ... |
Collada .dae 3D format is in fact xml document which contains section with some "meshes", where the coordinates and normals of surface meshes points are provided. But that coordinates are not refereed to basic coordinate system. DAE file... |
Let us assume very simple and dumb example of pattern extracting from some data list by Cases[]: Cases[{{1}, {2}}, x_ -> x[[1]]] One can run it and get During evaluation of In[1]:= Part::partd: Part specification x[[1]] is longer... |
Let us assume a simple rotation motion, when angular acceleration az somewhat depends on angle Phi[t] and set as linear interpolation function in range of 0..360 degrees. To not come out from interpolation range let angle Phi to be truncated to... |