-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathSI_Functions1.html
504 lines (477 loc) · 17.9 KB
/
SI_Functions1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="https://openmath.org/public/css/hyde.css"/>
<link rel="stylesheet" href="https://openmath.org/public/css/main.css"/>
<link rel="shortcut icon" sizes="144x144" type="image/png" href="/public/favicon.png"/>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_SVG"> </script>
<script type="text/javascript"> function divfold(_Id){
var thisLevel = document.getElementById(_Id);
var thisLevela = document.getElementById(_Id.concat("a"))
if(thisLevel.style.display != "none"){
thisLevel.style.display = "none";
thisLevela.style.backgroundColor = "#CCCCCC";}
else{
thisLevel.style.display = "block";
thisLevela.style.backgroundColor = "#AAFFAA";}
}
</script>
<title>SI_functions1</title>
<link rel="stylesheet" href="https://openmath.org/cd/omcd.css" type="text/css"/>
</head>
<body class="theme-base-odk">
<div class="sidebar">
<div class="container">
<div class="sidebar-about">
<h1>
<a href="/">
<img src="https://openmath.org/public/logo.png" alt="OpenMath" width="100%"/>
</a>
</h1>
<p class="lead">OpenMath is an extensible standard for representing the semantics of mathematical objects.</p>
<p class="site-url lead">
<a href="https://openmath.org/">https://openmath.org</a>
</p>
</div>
<nav class="sidebar-nav">
<a class="sidebar-nav-item" href="https://openmath.org/">Home</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/about/">OpenMath</a>
<br/>
<a class="sidebar-nav-item" href="https://openmath.org/society/">OM Society</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/meetings/">Meetings</a>
<br/>
<a class="sidebar-nav-item" href="https://openmath.org/standard/">Standards</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/documents/">Documents</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/cd/">CDs</a>
<br/>
<a class="sidebar-nav-item" href="https://openmath.org/development/">Development</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/projects/">Projects</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/software/">Software & Tools</a>
<br/>
<a class="sidebar-nav-item" href="https://openmath.org/news/">News</a> ,
<a class="sidebar-nav-item" href="https://openmath.org/follow/">Follow & Contact us</a>
  
<span class="sidebar-nav-item">
<a href="https://openmath.org/atom.xml">
<img class="icon" src="https://openmath.org/public/feed_w.png" alt="atom feed"/>
</a>
<a href="https://twitter.com/openmath">
<img class="icon" src="https://openmath.org/public/twitter_w.png" alt="twitter"/>
</a>
<a href="https://github.com/OpenMath">
<img class="icon" src="https://openmath.org/public/github_w.png" alt="github"/>
</a>
</span>
<br/>
</nav>
</div>
</div>
<div class="content container">
<div class="page">
<a name="top"/>
<h1>OpenMath Content Dictionary: SI_functions1</h1>
<dl>
<dt>
<span class="dt">Canonical URL:</span>
</dt>
<dd>
<a href="http://www.openmath.org/cd/SI_functions1.ocd">http://www.openmath.org/cd/SI_functions1.ocd</a>
</dd>
<dt>
<span class="dt">CD Base:</span>
</dt>
<dd>
<a href="http://www.openmath.org/cd">http://www.openmath.org/cd</a>
</dd>
<dt>
<span class="dt">CD File:</span>
</dt>
<dd>
<a href="SI_functions1.ocd">SI_functions1.ocd
</a>
</dd>
<dt>
<span class="dt">CD as XML Encoded OpenMath:</span>
</dt>
<dd>
<a href="SI_functions1.omcd">SI_functions1.omcd
</a>
</dd>
<dt>
<span class="dt">Defines:</span>
</dt>
<dd>
<a href="#dim">dim</a>, <a href="#kind">kind</a>, <a href="#num">num</a>, <a href="#unit">unit</a>
</dd>
<dt>
<span class="dt">Date:</span>
</dt>
<dd>2009-01-10</dd>
<dt>
<span class="dt">Version:</span>
</dt>
<dd>1
(Revision 1)
</dd>
<dt>
<span class="dt">Review Date:</span>
</dt>
<dd>2017-12-31</dd>
<dt>
<span class="dt">Status:</span>
</dt>
<dd>experimental</dd>
</dl>
<hr/>
<pre>
This document is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
The copyright holder grants you permission to redistribute this
document freely as a verbatim copy. Furthermore, the copyright
holder permits you to develop any derived work from this document
provided that the following conditions are met.
a) The derived work acknowledges the fact that it is derived from
this document, and maintains a prominent reference in the
work to the original source.
b) The fact that the derived work is not the original OpenMath
document is stated prominently in the derived work. Moreover if
both this document and the derived work are Content Dictionaries
then the derived work must include a different CDName element,
chosen so that it cannot be confused with any works adopted by
the OpenMath Society. In particular, if there is a Content
Dictionary Group whose name is, for example, `math' containing
Content Dictionaries named `math1', `math2' etc., then you should
not name a derived Content Dictionary `mathN' where N is an integer.
However you are free to name it `private_mathN' or some such. This
is because the names `mathN' may be used by the OpenMath Society
for future extensions.
c) The derived work is distributed under terms that allow the
compilation of derived works, but keep paragraphs a) and b)
intact. The simplest way to do this is to distribute the derived
work under the OpenMath license, but this is not a requirement.
If you have questions about this license please contact the OpenMath
society at <a href="http://www.openmath.org">http://www.openmath.org</a>.
Author: Joseph B. Collins (2009), Naval Research Laboratory, Washington, DC.
Copyright Notice: This is a work of the U.S. Government and is not
subject to copyright protection in the United States. Foreign copyrights
may apply.
</pre>
<pre>
Author: J B Collins
</pre>
<p>
This CD defines symbols for functions applied to SI quantities and
units.
</p>
<hr/>
<h2>
<a name="dim">dim</a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
The symbol to represent the function that returns the physical
dimension of its argument in terms of products of powers of
SI base quantities. The dim operation may be meaningfully applied to SI
quantities, SI units, and numbers without physical dimension.
</p>
</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator acts as the identity operation when applied to
an SI base quantity.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator returns the corresponding SI base quantity when
applied to an SI base unit.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> For named SI derived quantities and named units, the value returned
by the dim operator shall be defined for each case.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator applied to a product is equal to the associative
product of the dim operator applied to the individual factors. </dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator applied to a product is equal to the commutative
product of the dim operator applied to the factors. </dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator applied to a multiplicative inverse of a
quantity is equal to the multiplicative inverse of the dim operator
applied to the same quantity. </dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The dim operator returns a value of one when applied to a
dimensionless quantity or number.</dd>
</dl>
<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../../sts/SI_functions1.html#dim">
sts
</a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
[Next: <a href="#unit">unit</a>]
[Last: <a href="#kind">kind</a>]
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>
<hr/>
<h2>
<a name="unit">unit</a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
The symbol to represent the function that returns the units
of its argument in terms of a product of powers of
SI base units.
</p>
</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The unit operator may be applied to any physical quantity.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The unit operator applied to an SI base quantity returns the
corresponding SI base unit.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The unit operator applied to an SI base unit or SI coherent unit
acts as the identity operator, returning that unit.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The unit operator applied to any derived quantity is equal to the
unit operator applied to the result of applying the dim operator to the
same quantity, i.e., unit(Q) = unit(dim(Q)). </dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The unit operator applied to a product is equal to the
commutative product of the unit operator applied to the factors.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The unit operator applied to a product is equal to the
associative product of the unit operator applied to the factors.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The unit operator applied to a multiplicative inverse of a
quantity is equal to the multiplicative inverse of the unit operator
applied to the same quantity. </dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The unit operator returns a value of one when applied to a
dimensionless quantity or number.</dd>
</dl>
<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../../sts/SI_functions1.html#unit">
sts
</a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
[Next: <a href="#num">num</a>]
[Previous: <a href="#dim">dim</a>]
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>
<hr/>
<h2>
<a name="num">num</a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
The symbol to represent the function to return the numerical
value of a quantity in terms of a product of powers of
SI base units.
</p>
</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The num operator may be applied to any physical quantity.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd>The num operator applied to an SI base quantity or unit returns
the value one.</dd>
</dl>
<dl>
<dt>
<span class="dt">Commented Mathematical property (CMP):</span>
</dt>
<dd> The quantity num(Q)*unit(Q), may replace any quantity, Q, in
a set of physical relations, if all such quantities in the set of
relations are so replaced. The quantity num(Q)*unit(Q) is not always
the same as Q, however dim(Q) = dim(num(Q)*unit(Q)).</dd>
</dl>
<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../../sts/SI_functions1.html#num">
sts
</a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
[Next: <a href="#kind">kind</a>]
[Previous: <a href="#unit">unit</a>]
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>
<hr/>
<h2>
<a name="kind">kind</a>
</h2>
<dl>
<dt>
<span class="dt">Role:</span>
</dt>
<dd>application</dd>
</dl>
<dl>
<dt>
<span class="dt">Description:</span>
</dt>
<dd>
<p>
The symbol to represent the function to return the kind
of a quantity. The value of this function is referred to, but not
defined in the SI. Its value, kind(Q) for a given quantity, Q, is
left to the user to assign.
</p>
</dd>
</dl>
<dl>
<dt>
<span class="dt">Signatures:</span>
</dt>
<dd>
<a href="../../sts/SI_functions1.html#kind">
sts
</a>
</dd>
</dl>
<p/>
<hr/>
<table width="100%">
<tr>
<td align="right">
<font size="-1">
[First: <a href="#dim">dim</a>]
[Previous: <a href="#num">num</a>]
[<a href="#top">Top</a>]</font>
</td>
</tr>
</table>
</div>
</div>
</body>
</html>