Quantcast
Channel: MaplePrimes - Questions and Posts tagged with 2dmath
Browsing all 296 articles
Browse latest View live
↧

Image may be NSFW.
Clik here to view.

Is there a value that when passed to a proc with default parameter value...

I tried inserting contents of my worksheet here but for some reason procedure test2 does not appear. Therefore, here is a screenshot.What I would like is for the call r() above to print out 3,2 and...

View Article


How to create a matrix with lists as elements?

Absolute beginner here - please bear with me.I would like to generate an 81 rows x 24 columns table from three nested "for" loops. I would like each entry of this table to be a list of 4 numbers. My...

View Article


Basic algebra manipulation of individual terms in a polynomial

First, this is not a homework assignment.  I am evaluating Maple as a replacement for a paper notebook since I never seem to have one at hand when I want one.  I want to be able to do algebra but...

View Article

How does one insert unusual Math symbols in a textplot with typeset?

Hello:I have created a simple plot and labelled a line as followsLbl:=plots[textplot]([600,-Pi*floor(R)*ln(R)-0.01,typeset(-pi*floor(r)*ln(r)),font=[Helvitica,bold,10]],labels=[T," "]):where R is a...

View Article

Location of projection of M on line D

restart; with(geometry); with(plots); _EnvHorizomtalName = 'x'; _EnvVerticalName = 'y'; _local(D); line(delta, y = 1/3*x - 2, [x, y]); line(deltap, y = (-1)/4*x + 1, [x, y]); line(D, y = 3*x - 5, [x,...

View Article


Draw tangent lines from a given point on an ellipse.

Why this code does not work. Thank you. restart; with(plots); with(geometry); _EnvHorizontalName := 'x'; _EnvVerticalName := 'y'; x0 := 10; y0 := 9; a := 7; b := 5; c := sqrt(a^2 - b^2); ellipse(el,...

View Article

How to resolve unwanted spacing issue in maple 24 when using shift + enter

Hi -- I have used this valuable platform many times to ask technical questions, but I am facing a particularly annoying problem in Maple 24 that did not exist in Maple 23. When I work on a Maple sheet...

View Article

Image may be NSFW.
Clik here to view.

Understanding how Units[TestDimensions] works.

I have multiple questions on how Units[TestDimensions] works from reading the Maple documentation. I will use this thread to ask them.My first question regards the difference between Unit(expr) and...

View Article


Image may be NSFW.
Clik here to view.

Understanding the ScientificConstants package.

I am going through the documentation on ScientificConstants and trying things out in a worksheet.My first question about this package is about the following(1)Copy and paste from the list...

View Article


Image may be NSFW.
Clik here to view.

Why is sin^(-1) the reciprocal of sin but sin^(-1)(x) is arcsin(x) and other...

In the Programming Guide, Ch. 3 "Maple Expressions", subsection 3.13 "Other Expressions" there is a section called "Composition".There is the following snippetIn particular, although the inverses of...

View Article

Remove the Warning

Hi everyone...How can I remove the warning (Warning, (in anonymous procedure created in Typesetting:-FI) `m` is implicitly declared local ) from this for command in Maple 2024? I know the warning can...

View Article

Using square brackets with upper and lower integral boundaries?

This is an example of what I need to display in Maple:NotationIs it possible to display boundary-conditions in Maple like this?I tried to experiment with maple but I cannot type the lower and upper...

View Article

Typo in ?InvertedPendulum

Executing the code in ?InvertedPendulum produces an error whensysLin := Linearize(convert(sysEqs, list), [u(t)], [x(t), theta(t)], lin_point)is executed. The problem is the line where EQ4 is assigned a...

View Article


Image may be NSFW.
Clik here to view.

why get Error when do seperet real and imaginary of this equation what is...

each time i use this i did not have any problem but this equation not seperate any one know what is problem?> > > (1)> > (2)> (3) Download real_and_imaginary_.mw

View Article

Image may be NSFW.
Clik here to view.

Can any one tell me why my equation not expanded term by term ?

i use all code really sometime this is happen i can find each term seperatly without any factoring and collecting term i want all of them term by term i did all simplify code but i did't get result>...

View Article


Image may be NSFW.
Clik here to view.

Why equation not run ?

i did all the time like that and don't have any issue but i don't know why not take derivative by x and t have a problem when i remove t is ok but when i take duble derivative by x and t not run and...

View Article

Image may be NSFW.
Clik here to view.

Diff displayed incorrectly

Hey all Maple experts.I could really use some help with  diff,D,Diff> > (1)> > > > (2)> (3)> (4)> (5)> (6)> (7)> (8)> (9) Hello everyone, in the result of this...

View Article


Image may be NSFW.
Clik here to view.

A way to visualise and working with vectors that I cannot reproduce

On the website "Learning Physics using Maple" of professor Gould, in the example "Vectors: Calculation & Visualization". If you click on the PDF file under that title, you see an example of vectors...

View Article

Image may be NSFW.
Clik here to view.

problem in replacing mu in equation ?

when i replace mu=0 in my equation mu[3] and mu[4] also become zero why ?> > > > > > > (1)> >  (2)> (3)> > Error, numeric exception: division by zero Download tester.mw

View Article

Image may be NSFW.
Clik here to view.

Why 2d input sometimes becomes roman

Something has changed in the past weeks (not sure for how long) and I have not figured out what exactly.Probably it is me doing something differently while editing an input line. Below is an example...

View Article
Browsing all 296 articles
Browse latest View live