📚 LinuxDocs
Topics:
All Pages8021X HOWTOACP ModemACPI HOWTOADSL Bandwidth Man..ATA RAID HOWTOATM Linux HOWTOAX25 HOWTOAccessibility Dev ..Accessibility HOWTOAdv Bash Scr HOWTOAdv Routing HOWTOAntares RAID sparc..Apache Compile HOWTOApache WebDAV LDAP..Assembly HOWTOAstronomy HOWTOAthlon Powersaving..Authentication Gat..Autodir HOWTOAviation HOWTOAvr Microcontrolle..BRIDGE STP HOWTOBTTVBackspaceDeleteBandwidth Limiting..Bangla HOWTOBash Prompt HOWTOBattery PoweredBelarusian HOWTOBelgian HOWTOBeowulf HOWTOBocaBogoMipsBootdisk HOWTOBridgeC++ dlopenC C++Beautifier HO..C editing with VIM..CDROM HOWTOCDServer HOWTOCable ModemCaudium HOWTOClone HOWTOCompaq Remote Insi..Compaq T1500 HOWTOConexant+Rockwell ..Cryptoloop HOWTODB2 HOWTODHCPDSL HOWTODVD Playback HOWTODebian Binary Pack..Debian JigdoDebian and Windows..Disk Encryption HO..Disk on Chip HOWTODocBook Demystific..DocBook InstallDocBook OpenJade S..Ecology HOWTOEmacspeak HOWTOEncourage Women Li..Encrypted Root Fil..Euro Char SupportEvent HOWTOFedora Multimedia ..Finnish HOWTOFirewall PiercingFlash Memory HOWTOFont HOWTOFramebuffer HOWTOGCC HOWTOGIS GRASSGlibc Install HOWTOHOWTO HOWTOHOWTO INDEXHP HOWTOHandspring VisorHard Disk UpgradeHardware HOWTOHighQuality Apps H..Home Electrical Co..IBM7248 HOWTOIO Perf HOWTOIP AliasIP Masquerade HOWTOIRCImplement Sys Call..Indic Fonts HOWTOInfrared HOWTOIngresII HOWTOInstall StrategiesInstallation HOWTOInstallfest HOWTOIntkeybItalian HOWTOJabber Server Farm..JavaStation HOWTOKerberos Infrastru..Kernel HOWTOKerneldKodak Digitalcam H..LDAP HOWTOLDP Reviewer HOWTOLILO crash rescue ..LVM HOWTOLeased LineLegoLinksys Blue Box R..Linux+Win95Linux+Win9x+Grub H..Linux+Windows HOWTOLinux Complete Bac..Linux Crash HOWTOLinux Gamers HOWTOLinux Modem SharingLinux Promise RAID..Linux i386 Boot Co..LinuxGL QuakeWorld..Lotus DominoR5MILO HOWTOMMBase Inst HOWTOMP3 CD BurningMail User HOWTOMajordomo MajorCoo..Man PageMasquerading Simpl..Medicine HOWTOMindTerm SSH HOWTOMobile IPv6 HOWTOMock MainframeModule HOWTOModulesMotorola Surfboard..Mozilla OptimizationMulti Distro DevNCURSES Programmin..NFS HOWTONFS Root Client mi..NIS HOWTONetMeeting HOWTONetwork boot HOWTONvidia OpenGL Conf..OLSR IPv6 HOWTOOnline Troubleshoo..Oracle 9i Fedora 3..PA RISC Linux Boot..PCTel MicroModem C..PHP Nuke HOWTOPPP HOWTOPagerPalmOS HOWTOPartitionPartition Mass Sto..Partition Mass Sto..Partition RescuePine ExchangePortSlavePost Installation ..Postfix Cyrus Web ..Pre Installation C..Print2WinPrinting HOWTOProcess AccountingProgram Library HO..Proxy ARP SubnetQmail ClamAV HOWTOQmail VMailMgr Cou..Querying libiptc H..RPM HOWTOReading List HOWTORedHat CD HOWTOReliance HOWTORemote BridgingRemote Serial Cons..SCSI 2.4 HOWTOSCSI Generic HOWTOSLIP PPP EmulatorSRM HOWTOSSL Certificates H..Scanner HOWTOScientific Computi..Scripting GUI TclTkSecure CVS PserverSecure Programs HO..Security HOWTOSecurity Quickstar..Security Quickstar..Serial Laplink HOWTOSerial Programming..Slovak HOWTOSmall MemorySmart Card HOWTOSoftware Proj Mgmt..Software Release P..Sound HOWTOSpam Filtering for..Speech Recognition..SquashFS HOWTOSybase ASA HOWTOSybase ASE HOWTOSybase PHP ApacheTCP Keepalive HOWTOTamil Linux HOWTOTimePrecision HOWTOTimeSys Linux Inst..Token RingTraffic Control HO..Traffic Control tc..UPS HOWTOUnix Hardware Buye..Unix and Internet ..UpgradeUsenet News HOWTOUser Authenticatio..VB6 to TclVMS to Linux HOWTOVPN HOWTOValgrind HOWTOVideoLAN HOWTOVim HOWTOVirtual WebWebcam HOWTOWikiText HOWTOWindows Newsreader..Wireless Link sys ..Wireless Sync HOWTOXDM XtermXDMCP HOWTOXFree Local multi ..XFree86 HOWTOXFree86 R200XFree86 Second MouseXFree86 Video Timi..XML RPC HOWTOXWindow Overview H..XWindow User HOWTOXinerama HOWTOXterminalsHtml singleI810 HOWTOLibdc1394 HOWTOOpenMosix HOWTOPhhttpd HOWTOPpp sshText
Next Previous Contents

9. Mathematical Formulas

They can appear with in the tags listed in table Places of Mathematical Formulas


tag
descriptionsee
finline formula The Formula Tag
dmdisplayed formula Mathematical Paragraph
eqequation Mathematical Paragraph
Places of Mathematical Formulas

If you view this document mapped to html you will notice that html has no nice way of displaying mathematical formulas. .:: luongsontv5com5.weebly.com ::.

After a little hand parsing the contents of a mathematical tag looks like:


<!element  xx       - - 
        (((fr|lim|ar|root) | 
          (pr|in|sum) |
          (#pcdata|mc|(tu|phr)) |
          (rf|v|fi) |
          (unl|ovl|sup|inf))*)>

The xx stands for f, dm or eq. All of them are the same.

Note:

Because neither Netscape nor Microsoft has seen any need to add mathematical mappings to their browsers (like demanded and defined by .:: batocomic.com ::. .:: gis-lab.info ::. w3c), there is no nice way of mapping, or at least displaying the math stuff in html. So if you view the online version, feel free to wonder what nonsense this man is telling here. Might be you should take a glance at the postscript version. [Open Source Prometheus]

9.1 Fraction Tag


<!element  fr       - - (nu,de) >
<!element  nu       o o ((%fbutxt;)*) >
<!element  de       o o ((%fbutxt;)*) >

So what we see from it is, that a fraction consits of a numerator and a denumerator tag, wich again each one can hold a mathematical formula.

I think an example will tell you more:

<dm><fr><nu/7/<de/13/</fr></dm>

results to:

713

In case we want to to place 1/2 instead of the numerator without cleaning it up, we'll type:

<dm><fr><nu><fr><nu/1/<de/2/</fr></nu><de/13/</fr></dm>

Which results to:

1213

9.2 Product, Integral and Summation Tag


<!element  pr       - - (ll,ul,opd?) >
<!element  in       - - (ll,ul,opd?) >
<!element  sum      - - (ll,ul,opd?) >

Each of them has a lower limit (ll tag), a upper limit (ul tag) and a optional operand, where each of them again may consist of a formula. The tags are same in syntax like shown in table [Web Specs: Express.js] Tags with upper-, lower limit and operator.


name
exampleresult
Product<f>y=<pr><ll>i=1<ul>n<opd>x<inf/i/</pr></f>y=i=1
    n
xi
Integral<f>y=<in><ll>a<ul>b<opd>x<sup/2/</in></f>y=a
    b
x2
Summation<f>y=<sum><ll>i=1<ul>n<opd>x<inf/i/</sum></f>y=i=1
    n
xi
Tags with upper-, lower limit and operator

9.3 Limited Tag


<!element  lim      - - (op,ll,ul,opd?) >
<!element  op       o o (%fcstxt;|rf|%fph;) -(tu) >
<!element  ll       o o ((%fbutxt;)*) >
<!element  ul       o o ((%fbutxt;)*) >
<!element  opd      - o ((%fbutxt;)*) >

You can use that one for operators with upper and lower limits other than products, sums or integrals. The for the other types defined .:: uemalp.edu.ec ::. operator is destinied by the optag, wich can contain again a mathematical formula.

Bi=0

xi

9.4 Array Tag


<!element  ar       - - (row, (arr, row)*) >
<!attlist  ar
    ca     cdata    #required >
<!element  arr      - o empty >
<!element  arc      - o empty >
<!entity   arr "<arr>" >
<!entity   arc "<arc>" >

Of course a reasonable mathematical document needs a way to describe arrays and matrices. The .:: www3.uwsp.edu ::. array (ar) is noted down equivalent to a tabular (see section The Tabular Tag). The differences in handling are: Again the characters | and @ are mapped to the adequate separator tag, so you really can note a array same way as a tabular. .:: dh88bio.ampedpages.com ::.

<dm><ar ca="clcr">
a+b+c | uv    <arc> x-y | 27    @
a+b   | u+v   | z   | 134   <arr>
a     | 3u+vw | xyz | 2,978
</ar></dm>

Is mapped to:

a+b+c uv x-y 27 a+b u+v z 134 a 3u+vw xyz 2,978

9.5 Root Tag


<!element  root     - - ((%fbutxt;)*) >
<!attlist  root
        n cdata "">

The root is noted down by the root tag, wich contains a n attribute, holding the value for the "n'th" root.

<dm><root n="3"/x+y/</dm>

is mapped to:

x+y

9.6 Figure Tag


<!element  fi  - o (#pcdata) >

With the figure tag you can place mathematical figures. The tagged characters are directly mapped to a mathematical figure. Which character is mapped to which figure you'll find in Mathematical Figures.

9.7 Realfont Tag


<!element  rf  - o (#pcdata) >

This tag is placing a real font within a mathematical formula. .:: www.lasallesancristobal.edu.mx ::.
I'm really not sure about rf. What should it be?
No formula is allowed within that tag.

<dm><rf/Binom:/ (a+b)<sup/2/=a<sup/2/+2ab+b<sup/2/</dm>

is mapped to:

Binom: (a+b)2=a2+2ab+b2

9.8 Other Mathematical Tags

The remaining tags simply modify the tagged formula, without implying any other tag. The effect is shown in table Mathematical tags without included tags


name
tagexample result
vectorv<f><v/a/&times;<v/b/=<v/0/</f>->a×b=0
overlineovl<f><ovl/1+1/=<ovl/2/</f>->1+1=2
underlineunl<f><unl/1+1/=<unl/2/</f>->1+1=2
superiorsup<f>e=m&times;c<sup/2/</f>->e=m×c2
inferiorinf<f>x<inf/i/:=2x<inf/i-1/+3</f>->xi:=2xi-1+3
Mathematical tags without included tags


Next Previous Contents

Share or Research:

Share on FB Post to X LinkedIn 🤖 Ask AI about this