MaplePrimes Questions

Hi, I am new to Maple, and, though I have scoured the internet and Maple's help, I have been unable to find a way to construct an element of F[x], where F is a finite field. Just to clarify, I am looking to construct a polynomial with variable x (eventually it will be multivariate, but I think I can extend to that easily), with coefficients from some finite field of size p^k, p and k being given.

I have seen a few examples online of people converting polynomials to...

Hi
I wanted to solve a pde system but I received this error.


Error, (in pdsolve/numeric/process_PDEs) variable(s) {m} are in the PDE system but are not dependent or independent variables.gyro_beam.mw

hello!

 

i seem to have a problem with MatrixPower...

if i define a matrix such as

A:=([[-5,1],[-5,0]])

and use MatrixPower(A,k);

then i get the matrix A^k.

but, if fur example i do the following, i get an error:

A:=([[-5,1],[-5,0]]);

a:=exponential(A,1);

MatrixPower(a,k);

Error, (in LinearAlgebra:-MatrixPower) invalid input: LinearAlgebra:-MatrixPower expects its 1st argument, A, to be of type Matrix(square...

Could you tel me, is it possible to get free trial version of Maple 15?

Hello!

I have a problem that has to do with the function dsolve in Maple 14.

This is my code:

Hi all!

I got a task on multidimensional optimization. I need a full code in a maple of this method or method Rosenbrock. I first time see Maple and i have no time for learn syntax of this. (i know only delphi)

If anybody have this codes I would appreciate.

Good afternoon

I have just installed Maple on Linux - Ubuntu, but i have problems.

Please help me. how can i do



I understand this: 23 mod 4

 - it gives me the remainder on dividing 23 by 4

But how can I do the same thing with, say, 23.4 and 5.2?

The reason I ask is because I want to divide angles (float values) by (2*Pi) (another float) and just get the remainder, i.e. I want to discard multiples of (2*Pi) from my angle.

Hi,

Im using odeplot to plot the solution of a system of ordinary differential equations. I would like to extract the data to save them in a file. Ususally I use

a:=plot(...);

points := op([1, 1], a); writedata("file.dat", points, float)

But when a=:odeplot(); this is not working.
Can please somebody help me?

Thanks,

Javier.

How do I import/export excel into Maplesim? Also how do I view mpld data files? I tried viewing mpld files using maplesim and maple 14 but it didn't work.

I'm trying to use the convexhull function to plot convex hull of points. Explanation of the functions is here

http://www.maplesoft.com/support/help/Maple/view.aspx?path=simplex/convexhull

The problem is that the convex hull of the plot is always shown in yellow background. Is there a way to change the color?

 

Thanks.

I can't find any command to evaluate sqrt(any square non-singular matrix) and ln(any square non-singular matrix) or exp(any square non-singular matrix).I searched inside LinearAlgebra and it's subpackages to do this kind of operations on matrices.sqrt,ln & exp produce error when the argument is a matrix(it does not matter if the matrix is the right one or wrong).

I need to find sqrt(g),where g is the 4 by 4 diagonal flat metric tensor:

    ...

Dear All

I need your help about one probability and stochastic problem.
Suppose that there is one file with size of s packets.
There is a Poisson process that generates the requests for this file.
Each request will lead to s consecutive requests (packet requests) with constatnt rate r.
It means that requests for file are generated by Poisson process and each file request generate s packet requests with constant rate r.(time between packet request of one file is

Why does this happen to Maple 15?

    `assuming`([sum(k*p*Beta(k, p+1), k = 1 .. infinity)], [p > 1]); eval(%, p = 2)

Is it possible to show with Maple that for any real p>1 the series converges to p/(p-1), e.g.,

    `assuming`([sum(k*p*Beta(k, p+1), k = 1 .. 1000)], [p > 1]): subs(p = 2, %): evalf(%)

How do I show this symbolically? Thanks.

I have a pbs: Suppose 3 vector A, B,C with noted [A:B]:=(list)[ A,B,-A,-B] (i.e a paralelogram);

An endomorphism T such that T(.) where (.)=A,B or C are B,C, and (list)[C,-A,-B,-B]
 and T([x:y])=[T([x]):T([y])] where x,y = A,B or C.

Problem: draw T^{n}[A:B] , i.e its boundary is a fractal figure when n is big.

First 1863 1864 1865 1866 1867 1868 1869 Last Page 1865 of 2434