one man

Alexey Ivanov

1375 Reputation

18 Badges

14 years, 132 days

Social Networks and Content at Maplesoft.com

Maple Application Center

MaplePrimes Activity


These are replies submitted by one man

@Markiyan Hirnyk 

      The number of points in my example m: = 748, for a few seconds calculations. Points can be many times greater, and they are sequentially forming a curve. If desired, can be positioned at a point equidistant from each other along the curve. You have neither the one nor the other and.
      You, my friend Hirnyk, all also continue to engage in this nonsense with a perseverance worthy of better application. Relax. Do not torture post.

@Markiyan Hirnyk 

I see you have a constant need anything somewhere to write. Please justify your words, adhering to the text of my posts, or acknowledge his complete incompetence in this matter. (Although the latter is so obvious.)

 

D_Method_12d.mw

      Draghilev’s method and 12d curve.  We solve the system of 11 polynomial equations with 12 variables.  This system has infinitely many solutions. One of the subsets of the set of solutions of this system is given curve in the space 12d. For visualization of the curve, we combine arbitrarily xi (i = 1..12) by three, and show them all together like a movie in our 3d. Any point on the curve may be easily checked whether it is solution of the system.
      Someone said  "A", says "B".

@Markiyan Hirnyk 

     There are many examples on the basis of Draghilev’s method.  Such as geodesics, mechanisms… And not only.  Almost every thing is accompanied by animation.
     What is the, friend Hirnyk?

Edited the first message. It was showed what happens to the original line while minimizing the distance between the points. Other algorithms operate  on the basis of moving of points on the surface too. Movement of points occurs according to a particular task.

The method of calculating of spatial linkage.  Here in the Application Center

 

(If the link itself does not work, then you can use the clipboard and paste it into the address bar of the browser)
https://www.maplesoft.com/applications/view.aspx?SID=154228

@Carl Love 

This is not the specific device. This is variant of method of calculating the geometry and kinematics of "arrow" by  Maple  tools   for any possible movement of the body in 3d, when its surface is described by a polynomial equation.

Spherical 4-bar linkage

 

 

 

@Preben Alsholm 

Thank you very much. More with your help I found for myself now obvious way to remove an element from array (Array).

@Kitonum 

a := [x+1, x+2, x+3, x+4]:

remove(i -> i=x+2, a);

numelems(a); nops(a); op(2, a);

               

 

@Preben Alsholm 

restart;
a := [x+1, x+2, x+3, x+4];
numelems(a);
nops(a);
subs(x+2 = NULL, a);
nops(a); op(2, a);
a;
a := subs(x+2 = NULL, a);
nops(a);
op(2, a);

@Markiyan Hirnyk 

Very interesting, do you know the definition of parallel curves on surface in differential geometry? And yet you probably know the definition of a spiral on the surface?

Parallel curves on the surface (1/6) * x1 ^ 2 + x2 ^ 2 + 10 * x 3 * 4-1 = 0

 

 

 

 

 

 

 

 

 

 

 

First 22 23 24 25 26 27 28 Page 24 of 28