| View previous topic :: View next topic |
| Author |
Message |
emre Guest
|
Posted: Mon May 19, 2003 7:23 am Post subject: Division a / b |
|
|
As a newbie, I have a very simple problem in OOMath: How do you write a simple partial derivative, for example, dB / dt ? I have tried
partial bold B over partial t, but it gives a meaningless thing.. In general, how does one write ( ... ) / ( ... ) whithout the parantheses?  |
|
| Back to top |
|
 |
alchristensen General User

Joined: 08 Apr 2003 Posts: 11 Location: Loughborough, United Kingdom
|
Posted: Mon May 19, 2003 7:38 am Post subject: |
|
|
Use curly brackets to group expressions.
Example:
{ a + b } over { c + d } will give you a + b / c + d |
|
| Back to top |
|
 |
emre Newbie

Joined: 19 May 2003 Posts: 1 Location: Antalya, Turkey
|
|
| Back to top |
|
 |
|