Christopher2222

5860 Reputation

24 Badges

16 years, 184 days

MaplePrimes Activity


These are replies submitted by Christopher2222

I just realized this has gone unanswered and it's suggesting something that doesn't work when it does.  So to clear it up...

The above works absolutely fine unless and I believe that the problem the OP is experiencing is VM or V or M has been assigned something.  You can assign sigma subscript whatever to anything you want and it works perfectly fine in MapleFlow 2022.0

Seems to me Maple is the only one doing it properly by not evaluating an ambiguous expression.  Mathematica is assuming a^b^c = (a^b)^c.  Or is it that one expects a a^b^c without brackets always to equal (a^b)^c.  IMHO Mathematica is being reckless in making that assumption.

Maybe you can get algsubs to work.

@Rouben Rostamian  In Maple 2016.1 I get this, using Windows 7.  Maple 2017.1, 2018, 2019 and 2020 produce the correct display.

display(tubeplot([cos(t), 0, sin(t)], t = -Pi .. Pi, radius = .2), tubeplot([cos(t), sin(t), 0], t = -Pi .. Pi, radius = .2), style = surface, color = [red, red])

 

getdata was introduced in Maple 15.  He will have to use tomleslie's approach.

@Will_iii You can upload .zip files but since your original was deleted there's no point, you got the correct result - what the error actually was is up for speculation.  The main culprit being, Rc wasn't assigned a value when you evaluated f. 

Probably in the next release or maybe an update functionality to copy mass equations will be an option.

@Will_iii You likely forgot the colon and entered Rc=R2 instead of Rc:=R2

yes alex_b has it.  Your evaluation of Rc is somewhere else.  Remember the sheet follows a top to bottom, left to right approach. If you could upload your worksheet we would spot the error immediately instead of a rough estimation of what you might have done.

Bulk equation copy seems not to be able to be done in Mapleflow

So now I'm digging for solution.

After creating a matrix that works and executing, so the A matrix works, I run lprint and it returns this:
Matrix(3,3,{(1, 2) = 1, (2, 3) = 1, (3, 1) = -1, (3, 2) = -4, (3, 3) = -6},
datatype = anything,storage = rectangular,order = Fortran_order,shape = [])

Copying into notepad returns nothing unusual
A := Matrix(3, 3, [[0, 1, 0], [0, 0, 1], [-1, -4, -6]])

However, as stated before, starting from scratch and executing we get the error.  Running lprint returns a simple one worded answer
        

However when you create another matrix from the context panel which fails produces an rtable lprint result

*****edit added*******

Pasting into notepad from scratch produces what Preben Alsholm is showing

A:= [ [[0,1,0],[0,0,1],[-1,-4,-6]] ]:

copying that into maple and executing produces an empty number error.

 

.. and will cause any further matrix constructions to fail

A list of a listlist is allowed.  I tried inserting spaces every which way possible and could not replicate the error.  I copied and pasted as well, however it didn't paste a list of listlists it pasted the matrix as it appeared.  

If PainedMushroom could describe how he entered the Matrix or list of listlists, it would help in understanding how the error came up. 

Strange, if I load your worksheet right away and enter on the Matrix I get the error, and then on any other subsequent use of entering a Matrix I continue to get the error - even if I open a new sheet.

Now if I restart Maple then enter a sample matrix - ok no problems, then open your sheet in the same session and enter on the matrix it works fine. 

******edit added****

Within your worksheet, if we run a new matrix and execute, then execute your matrix it works fine.  Only initially executing your matrix will the error present itself after which matrix will not work until a restart.

@PainedMushroom Restart Maple and try again.  I uploaded your worksheet saw the same issue, then tried to enter a new matrix and got the same issues.  I restarted Maple and then I could enter a Matrix with no problem. 

I've now again tried loading your worksheet and I cannot reproduce your error.  Restart will likely fix your problem.

@Carl Love ah, thanks. 

Curiously how are you getting Maple to convert from MPa to psi without any conversion command and vice versa?

                                             

Ah, ok so this goes back, way back but the answer was exp(Pi)-Pi

https://mapleprimes.com/posts/41923-Another-Math-Comic

 

In the GUI, it would be nice if you there was a quick shortcut to enter equations you've entered previously

perhaps pressing CTRL and the up arrow could cycle through all your previous entries? 

@Carl Love Even I forgot about killing the kernel.  I think he may have found your answer to work for him and he's just forgotten to respond, he is a super long time user so he should be back. 

To clarify for the op (he's probably using windows) under the task manager he needs to end the mserver.exe processes.

 

First 10 11 12 13 14 15 16 Last Page 12 of 157