ComputerUser

535 Reputation

10 Badges

11 years, 289 days

Social Networks and Content at Maplesoft.com

Seldom to ask question after retired math hobby Just waiting for beauty who born in 1994 And waited for her email to mavio@protonmail.com What is the difference in ownership among different universe?

MaplePrimes Activity


These are questions asked by ComputerUser

i interpolate data and result in 96 equations

and then solve them and saved their roots into Vector roo, each of roo has 3 roots

and would like to animate first root of 96 equations, second root of 96 equations to see how roots move 

however meet difficulty when animate, how to animate this

moreover, is it possible to slow down the anime when playing it

> roo; Vector(4, {(1) = ` 1 .. 99 `*Vector[column], (2) = `Data Type: `*anything, (3...

> rtable_num_elems(FindRepetitions([1, 2, 1]));

Error, rtable expected

> rtable_num_elems(convert(FindRepetitions([1, 2, 1]),list));

hope to use if statement to check if number of repetition great than 0 then set true

1. which command can check the result of solve command has repeated roots?

2. which command can check the result of solve command has zero roots? is it only find whether contains zero in the list? which command is to check contains zero in the result in solve

http://www.maplesoft.com/support/help/Maple/view.aspx?path=VectorCalculus/Divergence 

 

with(VectorCalculus):

SetCoordinate(cartesian[x, y, z]);

F := VectorField(<x^2,y^2,z^2>);

Divergence(F);


Error, (in VectorCalculus:-VectorField) no coordinate names were given

Error, (in Vector) dimension parameter is required for this form of initializer

http://www.maplesoft.com/support/help/view.aspx?sid=2953

g1 := Vector([1, 1]);g2 := Vector([x+y, 0]);g3 := Vector([y^2+1, 0]);g4 := Vector([0, y^3+y]);g5 := Vector([0, x-y]);

i pass and tdeg(x, y, h251, h252, h253, h254, h255) to Basis

failed in Maple 15

First 130 131 132 133 134 135 136 Last Page 132 of 141