All Projects → jirilebl → ra

jirilebl / ra

Licence: other
Basic Analysis, undergraduate real analysis textbook

Programming Languages

TeX
3793 projects
perl
6916 projects

Projects that are alternatives of or similar to ra

Analysissummary
Vorlesung Analysis für Informatiker WS16/17 an der TUM
Stars: ✭ 10 (-69.7%)
Mutual labels:  analysis, mathematics
kiselyov
Геометрия по Киселёву
Stars: ✭ 16 (-51.52%)
Mutual labels:  mathematics, textbook
AlgebraLinear
Escrita colaborativa de recursos educacionais abertos sobre álgebra linear.
Stars: ✭ 57 (+72.73%)
Mutual labels:  mathematics, textbook
birkhoff
Euclidean plane and its relatives; a minimalist introduction.
Stars: ✭ 15 (-54.55%)
Mutual labels:  mathematics, textbook
Calculo
Escrita colaborativa de recursos educacionais abertos sobre cálculo diferencial e integral..
Stars: ✭ 18 (-45.45%)
Mutual labels:  mathematics, textbook
smoothfit
Smooth data fitting in N dimensions.
Stars: ✭ 40 (+21.21%)
Mutual labels:  mathematics
cafe
🧊 Презентації та Воркшопи
Stars: ✭ 20 (-39.39%)
Mutual labels:  mathematics
maths-for-deep-learning-ai
A open source book covering the foundational maths of deep learning and machine learning using TensorFlow
Stars: ✭ 35 (+6.06%)
Mutual labels:  mathematics
csmath-2021
This mathematics course is taught for the first year Ph.D. students of computer science and related areas @zju
Stars: ✭ 30 (-9.09%)
Mutual labels:  mathematics
mathlingua
MathLingua is a language used to describe mathematical definitions, theorems, conjectures, and axioms in a way that can be easily written, read, and understood by both people and computers.
Stars: ✭ 68 (+106.06%)
Mutual labels:  mathematics
Python-for-data-analysis
No description or website provided.
Stars: ✭ 18 (-45.45%)
Mutual labels:  analysis
quackle
Quackle crossword game artificial intelligence and analysis tool
Stars: ✭ 126 (+281.82%)
Mutual labels:  analysis
lit
Literature for the self-taught AI practitioner! 📚
Stars: ✭ 199 (+503.03%)
Mutual labels:  textbook
curve-shortening-demo
Visualize curve shortening flow in your browser.
Stars: ✭ 19 (-42.42%)
Mutual labels:  mathematics
smram parse
System Management RAM analysis tool
Stars: ✭ 50 (+51.52%)
Mutual labels:  analysis
sp-metadata
🔬 SharePoint Metadata Tracker
Stars: ✭ 12 (-63.64%)
Mutual labels:  analysis
alchemy
Generate any a-by-( b + c ) finite rectangle SVG containing potentially Infinitely many a-by-( 2 * b ) finite rectangles animated along a number line of ( ( c - b ) / a )^n scale symmetry.
Stars: ✭ 29 (-12.12%)
Mutual labels:  mathematics
custom-bytecode-analyzer
Java bytecode analyzer customizable via JSON rules
Stars: ✭ 66 (+100%)
Mutual labels:  analysis
Project-Euler
Send PRs to contribute and see the Codemasters solving some really mind boggling questions.
Stars: ✭ 21 (-36.36%)
Mutual labels:  mathematics
math eval
✖️➕➖➗ `math_eval` safely evaluates mathematical expressions
Stars: ✭ 33 (+0%)
Mutual labels:  mathematics

Basic Analysis: Introduction to Real Analysis

A free online textbook. See http://www.jirka.org/ra/

Volume I and II are both in this directory

  • realanal.tex is Volume I
  • realanal2.tex is Volume II
  • The files above are just the "driver files", the actual contents are in the files ch-???.tex
  • realanal.tex must be complied first as realanal2.tex uses the realanal.aux file
  • The file realanal12.tex does both volumes together, currently that is only used for the HTML conversion

Notes on figures:

  • All figures are in figures/ directory for both volumes.
  • Many figures in figures/ are epix figures (files ending in .xp), and there are two scripts run-xp-topdf.sh and run-all-xp.sh that compile the figures. If you modify fonts or font sizes and want to rerun the figures, make sure to have epix installed, modify run-xp-topdf.sh and then run ./run-all-xp.sh in the figures/ directory
  • The other type of figures were created with xfig (files ending in .fig), and then exported to PDF/LaTeX which generates a .pdf_t file that is just included in the latex file and contains all text, and a .pdf file which contains the graphics. You need xfig to edit these, then export to "Combined PDF/LaTeX (both parts)"

Work in progress stuff:

  • wip/realanal3.tex is an unfinished set of topics possibly to just add to Volume II
  • similarly wip/extras.tex and wip/stieltjes.tex

On the scripts:

  • publish.sh compiles the volume I file to pdf
  • publish2.sh compiles the volume II file to pdf
  • resizetocrownquatro.sh resize a PDF to crown quatro size using ghostscript
  • convert-to-mbx.sh (runs convert-to-mbx.pl) does the conversion to HTML through PreTeXt, this is the only place that realanal12.tex is currently used.

Note: The tex sources require a very recent LaTeX. If your latex does not have a recent enough ocgx2 package, you can simply comment out that line in the preamble. Another is the glossaries, which has a bug until very recently, to do with sorting. If you are getting undefined errors while compiling, take out the "sort=use" option from the glossaries package.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].