one man

Alexey Ivanov

1370 Reputation

18 Badges

13 years, 253 days

Social Networks and Content at Maplesoft.com

Maple Application Center

MaplePrimes Activity


These are replies submitted by one man

@Carl Love 

Yes, it is. GIF. Usually inserted - through the green arrow ... More do not know anything. I have all the files .Gif animation as shown.

 

restart:
f:=(x2^20*x4^2)/(x1^10*x3^5*x5*x6^5);
n:=nops(f); 
x := seq(eval(cat('x', i)), i = 1 .. n);
for i to n do
k:= degree(f,x[i]); if k<0 then print( 1/x[i],k); fi ;od:

 

restart:


f := x1^2/(x2^3*x3^2*x4*x5^10);


n := 5;

x := seq(eval(cat('x', i)), i = 1 .. n);


for i from 2 to n do

op(1, op(i, f))^sign(op(2, op(i, f)))

                                                      end do;

@Hypnos 

 

restart: with(RootFinding):

 

f1 := c1+2*c2-3:

 

f2 := c1+9*c2-5:

 

f3 := c1^2+c2^2-1:

 

solve({f1, f2, f3}, {c1, c2});

 

Isolate([f1, f2, f3], [c1, c2]);

 

“Solve” is nothing  and  “Isolate”  is  empty... Maple15

 

“nothing return after solve({y1 = c1*x1 + c2*x2, y2 = c1*x3 + c2*x4, c1^2 + c2^2 = 1}, {c1,c2});”

How many variables (n) and how many equations (m)? It is necessary that n = m  

restart;

f := ln(x);

(diff(f, x))/(diff(ln(x), x));

1;

That was my mistake.

Draghilev.

Small remark: Diaghilev. Draghilev A.V. requested the so to write his name in English.

@Kitonum 

Shall look for more examples...

(x1+0.7e-1*sin(30*x2)^2)^2+(x2+0.7e-1*sin(30*x1)^2)^2-1=0;



http://radikale.ru/data/upload/c2184/0fccf/c7cd7bb962.gif

(It is moving perpendicular and tangent to each point.)

Theta has a period of (2n+-1)* Pi, and x has a period of (2n+-1)* Pi

First 23 24 25 26 27 28 Page 25 of 28