Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Using Units
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Thomas D. Dean  
View profile  
 More options Feb 5, 1:28 am
Newsgroups: comp.soft-sys.math.maple
From: "Thomas D. Dean" <tomd...@speakeasy.org>
Date: Sat, 04 Feb 2012 22:28:20 -0800
Local: Sun, Feb 5 2012 1:28 am
Subject: Using Units
I am stumbling through using units in Maple 15.

I want to express a quantity as 30fT == 30femtotesla == 30*10^(-15)T

I can do 30*10^(-15)T and manipulate it.

How do I use prefixes like femto- (f)?

Tom Dean


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Joe Riel  
View profile  
 More options Feb 5, 1:40 am
Newsgroups: comp.soft-sys.math.maple
From: Joe Riel <j...@san.rr.com>
Date: Sat, 04 Feb 2012 22:40:27 -0800
Local: Sun, Feb 5 2012 1:40 am
Subject: Re: Using Units
"Thomas D. Dean" <tomd...@speakeasy.org> writes:

> I am stumbling through using units in Maple 15.

> I want to express a quantity as 30fT == 30femtotesla == 30*10^(-15)T

> I can do 30*10^(-15)T and manipulate it.

> How do I use prefixes like femto- (f)?

30*Unit(fT);

--
Joe Riel


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
acer  
View profile  
 More options Feb 5, 11:26 pm
Newsgroups: comp.soft-sys.math.maple
From: acer <ma...@rogers.com>
Date: Sun, 5 Feb 2012 20:26:12 -0800 (PST)
Local: Sun, Feb 5 2012 11:26 pm
Subject: Re: Using Units
As Joe mentions, you can type in calls to the Unit() constructor. That accepts full wordings, as well as abbreviations and SI prefixes.

Another entry mechanism, which can give you the nice 2D Math typeset for for both your input as well as your output, are the two (SI, and FPS) unit palettes. Both of those two (Standard GUI, left panel) palettes have a top-peft entry which looks like [[unit]]. When you select that entry with the mouse-cursor, the GUI inserts a placeholder at the current position in the worksheet. That input now shows the 2D Math brackets also used for representing units in output. You can type whichever valid unit value you wish inside those double-brackets.

Yet another entry mechanism for obtaining the prettyprinted [[..]] form of units within 2D Math input is command-completion. For example, on MS-Windows, typing in the letters Uni and then simultaneously the keys <Ctl>-<spacebar> will result in popup menu. The third item on that menu is the typeset holder for entering units (and which works just like the described palette entry).

You can also invoke the Unit contructor (typed in, or via the palette) with an arithmetic compound expression involving unit names, eg. 4*meter+5*inch. The result will be automatically combined and output using the base units of the current system (default: SI).

You can see the spellings, abbreviations, and prefix which Maple accepts for the 'tesla' unit by issuing the command

    Units:-GetUnit(T);

You can see which SI prefixes Maple understands for use with units on the help-page

    units,prefixes


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »