3 Pages

guide

Course: MATH 365, Fall 2009
School: Otterbein
Rating:
 
 
 
 
 

Word Count: 992

Document Preview

A A (VERY SHORT) GUIDE TO L TEX. LaTeX is a typesetting system. A typical LaTeX document starts with a preamble this includes command definitions, page-styles, etc. The body of your document should appear between the lines \begin{document} and \end{document} as shown below. \documentclass{amsart} \textwidth 6.5in width of writing on page. \textheight 9in length of writing on page. \pagestyle{empty} no page...

Register Now

Unformatted Document Excerpt

Coursehero >> Ohio >> Otterbein >> MATH 365

Course Hero has millions of student submitted documents similar to the one
below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.

Course Hero has millions of student submitted documents similar to the one below including study guides, practice problems, reference materials, practice exams, textbook help and tutor support.
A A (VERY SHORT) GUIDE TO L TEX. LaTeX is a typesetting system. A typical LaTeX document starts with a preamble this includes command definitions, page-styles, etc. The body of your document should appear between the lines \begin{document} and \end{document} as shown below. \documentclass{amsart} \textwidth 6.5in width of writing on page. \textheight 9in length of writing on page. \pagestyle{empty} no page numbering. \definecolor{highlight}{rgb}{.357,1,.357} defines symbol highlight as color bright green. \newcommand{\fch}[1]{\fcolorboxhighlight}{highlight}{#1}} defines command \fch as bright-green box. . . . other stuff \begin{document} LaTeX is a typesetting system ... \end{document} indicates the start of your document the last line of your file. Formatting Paragraphs should be separated by a blank line. LaTeX will automatically indent the first line of the new paragraph. If you don't want a line indented, precede it by the command \noindent. Some common formatting examples: {\bf This text is bold-faced.} {\it This text is in italics.} \underline{This text is underlined.} \tiny{This text is tiny.} \huge{This text is huge!} This text is bold-faced. This text is in italics. This text is underlined. This text is tiny. This text is huge! Math in LaTeX All mathematical formulas (including variable names, etc.) should be within dollar signs. These dollar signs indicate the start and end of what is called math mode or the math environment. $f(x) = 3 x 24 \frac13 + \frac{24}{35}$ creates f (x) = 3x - 1 + 35 . Using double dollar signs ($$) at the beginning 3 and end of the equation will center it on the page (this is the displaymath environment): 1 24 f (x) = 3x - + . 3 35 The commands that produce most math symbols are generally not a surprise. Here's a list of some common symbols and the commands (in math mode) that produce them. \subseteq \forall \in \subset \exists \not\in 1 \gamma \Gamma \frac{a}{b} a b 2 A A (VERY SHORT) GUIDE TO L TEX. Equations can also be numbered by using the align environment. Equations should be typed between the lines \begin{align} and \end{align} in the form: left side & = & right side \\. You do not need to use dollar signs within the align environment. The ampersands will force alignment, the double backslash indicates the end of an equation. They will automatically be centered on the page and numbered to the right. A new align environment will continue the numbering where the previous align left off. Any numbered equation can also be given a label and referred to later by that name. Notice that in the equation array below, the second equation is given the label groovy. Thereafter, whenever you type \ref{groovy} in the document, LaTeX will fill in the appropriate number. This means you don't need to keep track of equation numbers; LaTeX is kind enough to do it for you! The align* environment aligns equations but does not number them. Simply using double dollar signs will center the equations but will not align them. The alignment comes in handy you when need to show a string of equivalent expressions. Compare the LaTeX commands below with their typeset outputs. \begin{align} |2x-5| & \leq & 4\\ 3x-2 & \neq &3 \label{groovy}\\ \tan x & = & e x. \end{align} (1) (2) (3) |2x - 5| 3x - 2 = tan x = 4 3 ex . = = 1 - u4 + C 4 1 - cos4 x + C. 4 \begin{align } \int \cos 3 x \sin x dx & = & - \int u 3 du\\ &=& - \frac14 u 4 + C \\ &=& \fch{- \frac14 \cos 4 x + C.} \end{align } cos3 x sin x dx = - u3 du Things to note: The align and align environments will be centered on the page. I forced the formatting above so that you could see a side-by-side comparison. We can now refer to equations by any labels they've been given. Tex input: The solution to (\ref{groovy}) is $x \neq 5/3$. Dvi output: The solution to (2) is x = 5/3. The command to create the highlighted text (\fch{ highlighted text }) is not a built-in command. I defined it in my preamble. If you have not defined it in your preamble, it will not work!! A A (VERY SHORT) GUIDE TO L TEX. 3 Lists LaTeX has several list environments. The general format is \begin{environment} \item item #1 here ... \end{environment} If the environment is itemize, each item will be preceded by a bullet. If the environment is enumerate, each item will be numbered. The environments can also be nested. \begin{enumerate} \item peter piper \begin{enumerate} \item picked a peck \item of pickled peppers. \end{enumerate} \item king phillip \begin{enumerate} \item could only find \item green \item strawberries. \end{enumerate} \end{enumerate} (1) peter piper (a) picked a peck (b) of pickled peppers. (2) king phillip (a) could only find (b) green (c) strawberries. How it works To begin, you should open the file template.tex in WinEdt (download the file from my websi...

Find millions of documents on Course Hero - Study Guides, Lecture Notes, Reference Materials, Practice Exams and more. Course Hero has millions of course specific materials providing students with the best way to expand their education.

Below is a small sample set of documents:

Otterbein - IS - 410
INST 410Our Place in the UniverseThe Sungburk@otterbein.eduThe Sun A typical Star The only star in the solar system Diameter: 100 that of Earth Mass: 300,000 that of Earth Density: 0.3 that of Earth (comparable to the Jovians) Rotation
Otterbein - IS - 410
INST 410 Our Place in the UniverseThe Stars gburk@otterbein.edu Office: Science 222 Secretary: Sandra Salee FAX: 823-1968 OfficeHours: by appointment.The Stars Part I What properties can we measure? distance velocity temperature size
Otterbein - IS - 410
1SKYLABS 2009 Doug Ingram, University of Washington [adapted] Supplemented with CLEA virtual experiments on 15Sept08 IntroductionIncluded in this handout are seven possible astronomy projects: you must choose one of these to do at some point duri
Otterbein - PHYS - 172
PHYSICS 172 Solutions to HomeworkWQ 2009#81. Giancoli Chapter 28, Problem 7Since the magnetic field from a current carrying wire circles the wire, the individual field at point r P from each wire is perpendicular to the radial line from that w
Otterbein - IS - 410
INST 410Homework #6 Due by 4pm Friday, March 13, 2009Winter 2009In this assignment you will calculate the age of the universe. Sound dicult? It really isnt. All you need to know is how far away some galaxies are, and how fast they are moving aw
Wisconsin Milwaukee - LIB - 4741
16761676:62234:1584:601a40853:42413:689:474 14691:38566:485:401abstract12417:31764:4036:401achieved24195:36013:4471:382almost33776:21535:2810:328among9402:29193:3525:601an52913:42431:1507:492and10322:37727:1941:364 27798:38529:1941:455
Otterbein - IS - 410
INST 410 Our Place in the UniverseWinter 2009Lecture 3 Light and Telescopesgburk@otterbein.edu Office: Science 230 Secretary: Sandra Sallee (x1316) FAX: 823-1968 OfficeHours: by appointment.Properties of Light The vast majority of informa
University of Louisville - PHS - 398
GGOther SupportThere is no form page for other support. Information on other support should be provided in the format shown below, using Continuation Pages. Include the Principal Investigators name at the top and number consecutively with the rest
Virginia Tech - MATH - 1206
Centers of MassParticles of masses 6, 1, 3 are located at (-2,5), (3,3) & (3,-4) respectively. Find ( x, y )Find the centroid (center of mass with uniform density) of the region shown, by locating the centers of the rectangles and treating them a
Wisconsin Milwaukee - LIB - 1672
"don'10235,24117,1304,7444"goo9903,8144,1304,7178"heigh-h7477,17008,1642,12395"her8474,41957,1282,6845"ho10534,33026,1304,6713"n10501,27649,1642,5217"o10833,38313,1619,5018"tip-top9737,13543,562,115315952142,5016,1304,2392a12395,40
Wisconsin Milwaukee - LIB - 924
!33026,32683,1132,232!25888,34193,1132,258!51931,10195,1111,232!13422,31529,1132,181"24413,39962,440,646"i16034,38662,923,2948'*9206,54164,377,620(he49267,15775,1090,32067929560,2622,1090,1758:50534,52507,713,310:52138,44074,713,
Wisconsin Milwaukee - LIB - 1156
"9899,44817,377,1573"i10292,30203,1022,2971"literar9636,8416,1006,8784"musica9767,12789,991,8216"socia9877,11326,975,6643"thi10030,14236,975,4698'stor11669,44738,1352,51782487364,6087,880,2840a24277,26097,613,852a27140,15872,644,87
Wisconsin Milwaukee - LIB - 2438
'a6976,49211,740,2913110464,53393,597,8202emed6935,45243,836,57453551541,8054,956,2380:am5909,23398,764,4513;48545,15630,860,410;13952,53441,884,369[whe4760,17064,1147,5868^av6483,43068,932,3816a35332,8293,740,1354a29135,45697,64
Wisconsin Milwaukee - LIB - 2592
18744787:7300:3000:937;47824:42941:402:887\vatt25430:50809:5452:1011^f21405:50859:3073:986a26711:27057:914:641 31797:7646:1024:764 16502:34999:878:690 23784:29030:878:616 8159:27106:878:616 9916:19090:951:641about14453:24763:5525:961ample
Wisconsin Milwaukee - LIB - 2482
7948169,7929,1050,2226;9633,52252,900,445a32342,8129,675,1295a32544,19660,650,971a33111,48600,625,1011a15948,23612,775,1052a25299,34093,650,1011a49384,11606,650,971a20077,56680,625,1011a41490,50702,650,1011a25906,23462,975,1659a
Wisconsin Milwaukee - LIB - 2450
!12164,19578,1038,327"4956,32013,469,1146"4505,11371,469,1105"4669,19653,444,1105'le6676,21704,939,3645*!2990,50826,1730,19254748209,7910,988,22935en4095,34263,667,2949;33545,19999,914,368[hav1392,15499,914,5242^n2375,23509,1161,
Wisconsin Milwaukee - LIB - 2180
"15599:39892:594:373/k15410:14184:1784:10991212030:7609:1135:505a50367:38243:757:681 30820:33801:729:615 41256:47567:757:615 36903:49151:757:615 33118:35340:729:615after26954:33801:3379:681again53395:25884:4352:835alice17924:42861:3785:9
Wisconsin Milwaukee - LIB - 2596
"8141,11212,417,994"8178,17199,441,957"8178,25149,490,114119145900,7802,956,2947;26486,25345,858,405a32749,8047,662,1031a32085,55303,662,994a8693,15383,637,920able45826,47354,687,3610afflicted34701,33344,613,6962alive34369,27332,
Wisconsin Milwaukee - LIB - 2142
"37533:31826:704:376 53550:16522:648:354 37448:14971:704:398.55298:51006:140:44;37702:21350:253:819a22531:55125:761:597 34177:28991:874:620 52732:51936:761:620after10179:44428:3383:597all10320:56742:1776:597alone12661:56720:4032:597 4235
Wisconsin Milwaukee - LIB - 1328
"48726:54630:610:446 48835:27726:610:429 49707:39649:675:446 35819:21773:675:429 31394:29245:610:446 49663:29210:588:429 35797:30711:675:446 45281:32177:610:429 45107:23257:610:429"an35601:27690:4164:947"bu35579:35145:3706:947"don'53195:36646:
Wisconsin Milwaukee - CS - 317
4.1 Mathematical InductionLet P (n) be a statement regarding integer n. In many instances, the goal is to show that P (n) is true for every positive integer n. We can of course try to do this using the previous proof methods weve discussed e.g., di
Wisconsin Milwaukee - CS - 217
GG B@ CA9 US6 CA9 6 uA 0 QPG 0 0 B@ 3 0 $( G G 45E)0 PQG 0 0 3 0 $( G G ! 421)0 PPG 0 0 e G 3 0 3 0 $ ( 42t45pC( a3 1)a451C( 0 $(3 0 $ e 3 0 $ 451C( 3 ECQsrp$ ( 0 $( 3 q 0 e 3 0 $ 451C( 0 $h 1i0 $ e e 3 0 $ 451C( 3
Otterbein - IS - 410
Next: How Johannes Kepler found a much more accurate scheme for predicting planetary positions, based on new mathematical lawsThe Baroque Setting Counter-reformation in the 1600s; church much stricter Giordano Bruno (Italian, b. 1548) proposes t
Wisconsin Milwaukee - MATH - 225
You have 70 minutes. You may use a scientic calculator, but not a graphing calculator if you wish. 60% will guarantee you a C on this exam if you have passed the Gateway exams on Graphing and Integration/Antidierentiation. 1. Graphing and the Mean Va
Wisconsin Milwaukee - LIB - 425
18:313398,30796,2133,2973a18438,34148,1523,954aaotfsbl27623,60602,609,2480about52953,19140,761,2362act40953,19216,799,1260an39821,19216,780,974and38492,29558,914,1525and47726,26225,742,1516and50207,29653,780,1486and55021,24339,723,
Wisconsin Milwaukee - LIB - 258
10786,46335,153,302315362,9830,102,22889724,8089,153,915211358,8959,102,66189887,27647,153,907011276,45413,153,7844(girls34892,27749,614,4167,35218,13977,204,163,35954,35173,204,1634,t20755,20377,102,490-29662,40908,51,1062
Christian Brothers - M - 232
QUIZ 12 Name 1. Find x dy dx where R = {(x, y) | y 0, y R below by y = 0 and above by y = 4 - x2 ) 4 - x2 } (That is: the region bounded2. Find the volume of an ice cream cone bounded by the hemisphere z = cone z = x2 + y 2 .8 - x2 - y 2 and
University of Louisville - PHYSICS - 298
1 298HW05 (Questions 25-27) Due AT 4:00PM on 02/20/07 NAME_Section_ (please print)25. Consider the sliding block system from problem 22 of 298HW04. Suppose that the acceleration due to gravity is slightly increased. Compute the acceleration of the b
University of Louisville - PHYSICS - 298
1 298HW02 (Questions 7-12) Due at 4:00PM on 01/31/07 NAME_ (please print)7. (Uncertainty and measurements) To give you an idea of how to estimate uncertainty consider the following measurements of my gas mileage. I drive a 1998 Honda Civic which acc
University of Louisville - PHYSICS - 298
6298 Test 0I Time allowed: 50 minutes Please answer ALL questions 02/23/07 Name_PLEASE READ THE FOLLOWING INSTRUCTIONS CAREFULLY 1. Please answer all questions and show all necessary work. There are TEN multiple choice and FOUR long problems
University of Louisville - PHYSICS - 298
1 298HW06 (Questions 25-27) Due AT 4:00PM on 03/09/07 NAME_Section_ (please print)28. Now lets expand on previous 298 classes. We want to know if gas mileage depends on the temperature of the air. Consider solely the force of air resistance, f r =b
University of Louisville - PHYSICS - 298
1 298HW01 (Questions 1-6) Due AT 4:00PM on 01/24/07 NAME_ (please print)1. (i) What are the dimensions of the 3 fundamental observationally defined physical observables? What are the units in both imperial and SI scales? What are the conversions for
University of Louisville - PHYSICS - 298
1 298HW10 (Questions 49-52) Due at 4:00PM on 4/23/07 NAME_ (please print) Grade Option (Circe One): Syllabus Alternate49. Compute the force and potential energy of gravity at the points A and B below. The masses are arranged on a square as shown and
University of Louisville - PHYS - 299
University of Louisville - PHYS - 299
Otterbein - IS - 410
So what is science? Search for order or patterns in nature In physics and astronomy the patterns are expressed mathematically E.g. for a falling body released from rest, d t2 Analogy: the rules of a giant chess game (At least) two amazing fact
Wisconsin Milwaukee - LIB - 2490
!23748:54470:328:1023"6656:54421:1109:399 43594:34166:1068:424 24652:54520:903:3998748976:8017:2300:974;17051:17807:369:874 46429:46628:410:874a33116:8241:1150:774 4273:38162:1027:649 41621:21903:1109:674 32130:19855:1027:649 40594:26074:102
Wisconsin Milwaukee - LIB - 2490
!23748,54470,1023,328"6656,54421,399,1109"43594,34166,424,1068"24652,54520,399,9038748976,8017,974,2300;17051,17807,874,369;46429,46628,874,410a33116,8241,774,1150a4273,38162,649,1027a41621,21903,674,1109a32130,19855,649,1027a4
Wisconsin Milwaukee - LIB - 1102
"i8522,17964,1006,2797"s47485,19380,1006,3146486009,5222,865,1835a7932,50370,597,852a13329,25578,629,874a41235,56112,644,852a9352,11074,613,874a26332,18326,613,852a23775,13969,613,895a15493,19773,613,874able22595,31383,597,3277a
Wisconsin Milwaukee - LIB - 1003
!17061:35305:202:1132"35391:38305:684:419 29915:36690:633:503 12650:22865:659:419 14349:38305:608:419*'14298:36879:684:440.stirre12270:51626:5526:37715812447:3629:2585:713;25199:9020:228:881?29053:36690:507:1153a26188:48375:861:734 546
Wisconsin Milwaukee - LIB - 1541
'32220,12344,267,156'33157,12659,661,17401128204,51536,1133,21643tu6eii>tsy34719,9526,992,82784.87809,9620,1023,26338.713388,7841,1070,2543>"v\35121,13069,62,4842^49759,37884,1039,2164a9929,14470,1086,1539a48822,14297,850,914a111
Neumont - CSC - 1957
Supreme Court of Canada Maxine Footwear Company Ltd. v. Canadian Government Merchant Marine Ltd., [1957] S.C.R. 801 Date: 1957-10-01 Maxine Footwear Company Ltd. et al. (Plaintiffs) Appellants; and Canadian Government Merchant Marine Ltd. (Defendant)
Wisconsin Milwaukee - LIB - 1842
907578:2895:1984:1045a58342:58677:992:744 28385:55178:992:744 54042:50634:964:723 47621:47356:964:744 33456:18158:1488:1126 54153:45788:964:744 57542:42590:1019:744 20724:45607:964:723 53794:53851:964:744 15432:5891:1019:744 39133:42490:937:744 62
Wisconsin Milwaukee - LIB - 1843
"i1971:29390:2860:1257"w18133:57056:4304:1135"watc3471:26246:7358:11569156537:2941:1888:1034:16467:57462:222:730a18827:21865:971:770 11218:6977:1527:1115 11690:42858:971:750air17522:13833:2415:730all6997:59044:2193:750and16633:17058:
Wisconsin Milwaukee - LIB - 2272
a51056:41305:764:605 57749:39835:710:605 47614:28963:764:605 32671:19539:846:670 49718:16794:846:670 57421:56651:737:670about47068:22868:4124:605all51766:32119:1748:583 26088:24035:1748:583an21116:28487:1721:605and47614:30454:2677:670 56001:
Neumont - CSC - 1904
Supreme Court of Canada Letourneau v. Carbonneau, 35 S.C.R. 110 Date: 1904-06-08 Edmond Letourneau and Joseph Bernier (Defendants) Appellants; and Charles Eugene Carbonneau and Belinda Ann Carbonneau (Plaintiffs) Respondents.1904: May 25, 26; 1904:
Wisconsin Milwaukee - LIB - 341
"lor10159:39491:3105:1238a40771:44529:528:725 42010:29245:512:725 16107:19382:446:704 42010:27324:462:725 34906:32682:809:1110 16503:41711:462:704 21145:24975:462:704 16090:21240:462:704about44471:35008:2874:725all17065:30526:1189:704and3492
Wisconsin Milwaukee - LIB - 372
a43474:17945:526:753all50658:27605:1528:1129and39144:21933:1952:775 50284:25943:1919:775 38685:40034:1919:775 44969:25965:1919:775 43746:19939:1919:775ball39874:25522:1919:1218boys45648:19518:2292:1218 41453:19518:2275:1218but37514:35581:1
Wisconsin Milwaukee - LIB - 179
'15842:60342:966:384-10494:60363:49:64.10661:60492:16:42down10028:14337:8762:3504i^'ira^10711:60363:1449:106notvervfaroff3531:20171:21606:2222stailri36032:51902:9095:2179way4497:15513:6197:3547yonder17808:15683:11161:2094
Wisconsin Milwaukee - LIB - 347
191924169:17771:1903:928a26253:25285:508:738 16556:34825:459:696 26696:27184:508:717about20920:36682:2887:696alone25154:19628:2773:738and19476:29147:1837:696 12880:38624:1788:738 46255:42233:1821:738 16949:38603:1460:717 34867:36556:1821:759
Wisconsin Milwaukee - LIB - 1886
1347245,3289,1069,2980a57742,46502,746,1011a61734,35300,746,984a45658,54434,746,956a11018,57522,726,984a24797,56008,746,984a10389,54333,746,984a15556,49549,746,1011about35241,3310,1130,7682about13560,41516,766,5222all6671,47935,7
Wisconsin Milwaukee - LIB - 1340
<?xml version="1.0" encoding="UTF-8"?><Error><Code>NoSuchKey</Code><Message>The specified key does not exist.</Message><Key>f55059d98ac553c985e18669b64c05073051906f.txt</Key><RequestId>CC9F084E465B4CC5</RequestId><HostId>ZOPNhHgfKT4udUhgyNkFLEdXhQ7n
Wisconsin Milwaukee - LIB - 2157
"35995,36006,354,628"9970,35962,354,685"49851,37404,88,257'49136,37692,244,228,48079,38424,221,1992152279,8031,554,1142;16140,37714,865,228;10027,49983,843,228>50822,37847,687,599a9227,33055,687,885a17312,45368,621,799a40138,19
Wisconsin Milwaukee - LIB - 1817
!39792,13956,1132,277!43200,9162,1092,304"th5015,47694,1173,41566556252,3256,1112,2050a20505,3135,1132,1524a33030,51234,748,969a10613,6290,728,997a22085,40473,707,1025a30703,47634,1112,1440a47911,48018,748,969a27987,52852,728,942
Wisconsin Milwaukee - LIB - 794
a27932,14563,1013,1282a34421,16776,1013,1308a51658,48530,992,1308a34242,53247,992,1308about52556,43938,1034,6745after22776,44165,910,5437and34550,19031,992,4180and49863,46234,992,4180and36268,48634,992,4129and36858,37194,1013,4155
Wisconsin Milwaukee - LIB - 2598
"10168,38778,405,1082"10013,44915,481,1198"39127,47198,431,1198"than9897,32513,836,7771*49837,54756,481,1005.,51384,55111,101,19319350533,6796,989,3131;44811,51611,913,463;52466,35176,887,425;27103,38955,938,463^'35686,55567,862,
Wisconsin Milwaukee - LIB - 554
"55133,50691,343,822"21954,51792,357,781'48102,50691,316,801(9086,48078,784,411?50384,35229,921,452?48452,20964,921,452?28327,34005,935,493a9086,50898,591,904a29766,23605,605,883a25963,14072,605,904a23928,11679,605,863a34144,33
Naval Academy - EE - 435
EE435 Spring 2009 PS01 (Problem Set 01)Assigned: Monday 1/12/09 Due: Wednesday 1/21/09 Note: Use MATLAB whenever possible. 1. 2. 3. Explain what is meant by (a) spatial resolution; (b) spectral resolution; (c) radiometric resolution; (d) time (or te
Naval Academy - EE - 435
EE435 Spring 2009 PS03 (Problem Set 03)Assigned: Monday 2/1/09 Due: Monday 2/8/091. Suppose you had an intensity transform that had the following input/output relationship:Describe the effect this would have on an input grayscale image, in terms
Naval Academy - EE - 435
Code for problem 1:im1=imread('iris10-bright.jpg'); im2=imread('iris10.jpg'); h1=imhist(im1); % determine histogram talleys h2=imhist(im2); p1=h1/sum(h1); % estimate probabilities p2=h2/sum(h2); H1=0; % initial value of entropy H2=0; for k=1:length(
Naval Academy - EE - 435