one man

Alexey Ivanov

1140 Reputation

17 Badges

13 years, 57 days

Social Networks and Content at Maplesoft.com

MaplePrimes Activity


These are replies submitted by one man

@vv Totally agree with you. This information is likely, for experts in the field of materials processing. I at one time had  some job in this direction, and now just do what I had not done before, because to my hands came colossal Maple opportunities.
If you are interested in something specific, I'll try to answer you.

        Now distance 2.0 in the first example, and round parameterization. Main is a great distance, so the equidistant surface of this form.

@vv  

        If something”, then take a look here  http://www.mapleprimes.com/questions/203875-Parametrising-A-Surfacevolume#answer214656
I do not have the opportunity to engage in scientific work, but I can show the texts of programs. Excuse me.

 

@Christopher2222  Excuse me, but you know what equidistant and how it differs from the displacement?
                             There will be more examples:
                             2.
Equidistant radius of 0.3 to the surface  x1^4+x2^4+x3^4-1=0

 

@Carl Love   Firstly, thank you for the correct spelling of "Draghilev", and secondly, thank you for your understanding.
      Yes, it could be nice. Only I cannot do it for many reasons. But think fully I can to help enthusiasts to do it.

@Carl Love  It turns out that not only.

@roman_pearce 

Thank you too. I believe that the Gröbner bases is a great achievement in mathematics as a generalization of the Gauss method. I have a lot of examples of polynomial systems for finding a finite number of solutions to find then infinite solutions. However, the systems of equations occur transcendental, and then have to work without the Gröbner bases ..

 

@acer  Thank you.

@vv  It seems to me that so clear to understand.
Maple not always uses complex numbers by default.
For example, I do not know how to get all the solutions of a polynomial system by Maple, if not to make the proposed replacement (x+Iy). See RootFinding [Isolate]
Unless, of course, we do not use evalf (solve (...))

restart;
z := x+I*y;
f1 := evalc(Re(exp(z)+1));
f2 := evalc(Im(exp(z)+1));
fsolve({f1, f2});
solve({f1, f2});
solve({f1, f2}, allsolutions);

@Ronan If it is necessary a list
LS := convert(`union`(convert(L, set), convert(S, set)), list);
(or  L:=...)

 

У Вас есть ещё какие-нибудь открытия?

 

   @Bendesarts  Animation and text of the program

   Benjamin.mw 



        About  the idea creating a CAD lever mechanisms. We can consider as degrees of freedom levers length. For example, in the animation for the selection of the desired trajectory of the Q, we change the length of AB (green), keeping unchanged all the other values and fix the position of point A.

@Bendesarts 
Thank you for your feedback on this work. And a special thank you for your interest in our method.
I cannot accurately determine the timing of writing the work in English. While try using a translator to parse the publication of this section  http://www.mapleprimes.com/posts/202821-Calculating-Link-Mechanisms 
http://www.mapleprimes.com/view.aspx?sf=201279_Comment/Method_Mechan_PDF.pdf
I suggest you ask me specific questions on the text of the program. Literally you can ask for each line of text you selected.
Still, as happens, I will say on general provisions of my ideas calculation linkages. The idea is simple: we make a mathematical model of the mechanism in the form of underdetermined systems of nonlinear equations. It is such a system of equations, in which the number of variables is greater than the number of equations. The difference between the number of variables and the number of equations corresponding to the number of degrees of freedom of the mechanism. As the variables we take the coordinates of the moving points of the mechanism, but the variables can be any other convenient values. And all the mechanism is described by the system of equations (relations). The solution to this system of equations is a solution of the Cauchy problem for the ODE system and complies with all the possible provisions of the  mechanism for a particular assembly.
We make no distinction between 2d and 3d mechanisms.
According to the text of the program we with your possible questions can make out the work of a particular mechanism.
(There is an idea and an offer for all wishing to establish on this basis CAD lever mechanisms.)

First 14 15 16 17 18 19 20 Last Page 16 of 24