MaplePrimes Questions

I thought this would be simple enough, but I can't seem to get this to work...

If I have the following...

> e1 := fsolve({Qd, Qs1}, {x, y});
                       {x = 60., y = 40.}

Then how can extract the appropriate numeric format to plot this point? I keep getting data type errors.

 

Any help would be much appreciated!

I'm trying to plot an arrow in polar coordinates.  Here's an example for an arrow who's base is at (1,Pi/4) pointing right with unit length.  It seems like the coords option is being ignored by plottools[arrow].

The following lines give me the same results in Maple:

plots[display](plottools[arrow]([1,Pi/4], [1,0], 0.05, 0.1, 0.1, coords=polar));

plots[display](plottools[arrow]([1,Pi/4], [1,0], 0.05, 0.1, 0.1));

Is this a bug?

Kevin

Is there also possibility to view the source code of Plot Builder?

Hi

 

My Maple 13 puts small curly brackets to the left side of an expression and this causes several problem for me. What should I change to write good ones? (I mean normal, big brackets, not small brackets to index.) (I use the AltGr+b combination to write a left curly bracket.)

 

Hi all 

 

I very very new to Maple so please forgive me if this not a great question.

 

I'm trying to input the command lfsrlength(v,n) to calculate the determinants mod 2, however Maple is just returning the command and not the determinants please see below

 

L101;  [1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1,
        1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 1, 0,

I'm trying to get a blank procedure call to work.  How can I go about doing that?

I wanted to do something like this

changedir:=proc(change)
  if change=NULL then currentdir("f:/") else currentdir(change) end if:
end proc:

changedir()
Error, invalid input: changedir uses a 1st argument, change, which is missing

Hi,

Can someone help me out here, is it possible to select a column from a matrix result in maple.

for example using the Eigenvector(M) command lets say i get the result

                                                ...

How can I find out how many positions there are in a table? 

 

I have this equation:

 

2.3 = .5/(1+exp(-.3*i[2]-.5))+.7/(1+exp(-.6*i[2]-.3))

 

When I atempt to solve fori[2] this is the answer I get:

i wan't to compare the result with x1(t)=x2(t) of two ode,then modify v1,v2 in the form diff(x1(t))=v1,diff(x2(t)=v2 ,but the triger seem's fit to either one  of x1(t),x2(t), thus the action can't  excuted on the both,who can help me .

 hi

I am new in LinearAlgebra and i have many question in it,

My problem is in this pdf files and i described in it my question.

Matrix.pdf

Hello,

I am using Maple 14 with Windows Vista OS and I would like to ask 2 questions:

 

1) Is there any possibility to change the width of a slider? I have 2 very similar source codes of the slider (one horizontal, one vertical). I would like to use the vertical one, but the biggest value does not appear correctly. This value should be "1000", but only "100" appears. In the horizontal case everything is OK.

Here are the source codes you can try:

L:=[[name,4,3,6,5],[3,5,name],[3,6,1,2,9,8]]   I want to remove name from the listlist or all 3's for example

I've tried

remove(has,L,3) which removes the entire sublists containing 3 so I tried

map(remove,`=`,L,3) but that doesn't work I thought since remove(`=`,L,3) worked on a flatlist that using map would work on the listlist or even map2(map,remove,`=`,L,3).  I can't figure it out.

And how do you use member on L?  I end...

Hello wizards,

I'm given to understand that using add() or if possible Task:-Add() is more efficient than a FOR...DO loop. Today I'm asking about the limits of this generalization. My illustration is probably missing some evalf's, but hopefully the concept is clear:

A computation I'm working on involves between 10E4 and 10E6 computations like

Occasionally I want to restrict a search of MaplePrimes to posts from a specific user.  Is that possible?

First 1969 1970 1971 1972 1973 1974 1975 Last Page 1971 of 2434