All Projects → reamat → AlgebraLinear

reamat / AlgebraLinear

Licence: other
Escrita colaborativa de recursos educacionais abertos sobre álgebra linear.

Programming Languages

TeX
3793 projects
Makefile
30231 projects

Projects that are alternatives of or similar to AlgebraLinear

Calculo
Escrita colaborativa de recursos educacionais abertos sobre cálculo diferencial e integral..
Stars: ✭ 18 (-68.42%)
Mutual labels:  mathematics, oer, textbook, open-educational-resources
Awesome-Math-Learning
📜 Collection of the most awesome Math learning resources in the form of notes, videos and cheatsheets.
Stars: ✭ 73 (+28.07%)
Mutual labels:  linear-algebra, mathematics
math-app-ml
Essential mathematics for applied machine learning and data science
Stars: ✭ 43 (-24.56%)
Mutual labels:  linear-algebra, mathematics
Basic Mathematics For Machine Learning
The motive behind Creating this repo is to feel the fear of mathematics and do what ever you want to do in Machine Learning , Deep Learning and other fields of AI
Stars: ✭ 300 (+426.32%)
Mutual labels:  linear-algebra, mathematics
Undergraduate-in-Statistics
Using Computer with your Statistics Major Course
Stars: ✭ 57 (+0%)
Mutual labels:  linear-algebra, mathematics
maths-for-deep-learning-ai
A open source book covering the foundational maths of deep learning and machine learning using TensorFlow
Stars: ✭ 35 (-38.6%)
Mutual labels:  linear-algebra, mathematics
Machine Learning Curriculum
Complete path for a beginner to become a Machine Learning Scientist!
Stars: ✭ 279 (+389.47%)
Mutual labels:  linear-algebra, mathematics
birkhoff
Euclidean plane and its relatives; a minimalist introduction.
Stars: ✭ 15 (-73.68%)
Mutual labels:  mathematics, textbook
Algorithms
A collection of algorithms and data structures
Stars: ✭ 11,553 (+20168.42%)
Mutual labels:  linear-algebra, mathematics
Awesome Machine Learning Deep Learning Mathematics
A curated list of mathematics documents ,Concepts, Study Materials , Algorithms and Codes available across the internet for machine learning and deep learning
Stars: ✭ 138 (+142.11%)
Mutual labels:  linear-algebra, mathematics
Math Php
Powerful modern math library for PHP: Features descriptive statistics and regressions; Continuous and discrete probability distributions; Linear algebra with matrices and vectors, Numerical analysis; special mathematical functions; Algebra
Stars: ✭ 2,009 (+3424.56%)
Mutual labels:  linear-algebra, mathematics
Mathematics for Machine Learning
Learn mathematics behind machine learning and explore different mathematics in machine learning.
Stars: ✭ 28 (-50.88%)
Mutual labels:  linear-algebra, mathematics
Linear-Algebra-and-Its-Applications-notes
《线性代数及其应用》笔记
Stars: ✭ 196 (+243.86%)
Mutual labels:  linear-algebra, mathematics
EmbeddedLapack
Linear algebra for embedded system with MATLAB style
Stars: ✭ 92 (+61.4%)
Mutual labels:  linear-algebra, mathematics
Mathematics for Machine Learning
Notes and step-by-step exercises resolution to aid students learning the base math for machine learning. Content summed up from the the course from the Imperial London College in Coursera.
Stars: ✭ 44 (-22.81%)
Mutual labels:  linear-algebra, mathematics
Mather
zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具
Stars: ✭ 270 (+373.68%)
Mutual labels:  linear-algebra, mathematics
Tutorials
AI-related tutorials. Access any of them for free → https://towardsai.net/editorial
Stars: ✭ 204 (+257.89%)
Mutual labels:  linear-algebra, mathematics
ra
Basic Analysis, undergraduate real analysis textbook
Stars: ✭ 33 (-42.11%)
Mutual labels:  mathematics, textbook
kiselyov
Геометрия по Киселёву
Stars: ✭ 16 (-71.93%)
Mutual labels:  mathematics, textbook
Teaching
Teaching Materials for Dr. Waleed A. Yousef
Stars: ✭ 435 (+663.16%)
Mutual labels:  linear-algebra, mathematics

Álgebra Linear - Um Livro Colaborativo

Este é um livro colaborativo sobre álgebra linear.

Fork us on GitHub! O código fonte do livro está disponível no repositório GitHub https://github.com/reamat/AlgebraLinear.

Para entrar em contato com os organizadores, envie um e-mail para [email protected]. Ainda, você pode abrir um issue no repositório do projeto ou postar no fórum do projeto REAMAT.

Colaborações

Há várias maneiras de colaborar com a escrita do livro. Toda a colaboração é bem vinda, seja ela um aviso de erro de digitação, uma reformulação de uma parte do livro, uma nova figura, uma nova seção ou um novo capítulo.

Veja como colaborar em https://www.ufrgs.br/reamat/participe.html

Antes de nos enviar uma colaboração, por favor, verifique se ela está de acordo com a folha de estilo do livro (https://github.com/reamat/Docs/blob/master/livro/FOLHA_DE_ESTILO.md).

Licença

Este trabalho está licenciado sob a Licença Creative Commons Atribuição-CompartilhaIgual 3.0 Não Adaptada. Para ver uma cópia desta licença, visite https://creativecommons.org/licenses/by-sa/3.0/ ou envie uma carta para Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Aviso de violação de copyright

Caso encontre alguma violação de copyright em qualquer parte do material, por favor, nos informe pelo e-mail:

[email protected],

abra um issue no repositório GitHub do material ou, ainda, poste no nosso fórum:

https://www.ufrgs.br/reamat/forum.

Iremos cuidar para analisar seu aviso o mais prontamente possível e removeremos o material que não esteja de acordo com a licença CC-BY-SA 3.0.

Sobre o código fonte

O código fonte está escrito em Latex e as referências bibliográficas em BibTex, testado em computador Linux com o pacote TexLive. O texto está em formatação utf-8.

Compilando

Em computador Linux

O código LaTeX está testado em computador Linux com o pacote TexLive instalado. O livro pode ser compilado com:

$ make

Isto gera o livro em formato PDF (livro.pdf). Alguma vezes a compilação pode gerar erros devido a incompatibilidade com antigos arquivos temporários. Para limpar os arquivos temporários gerados durante a compilação, digite:

$ make clean

Alternativamente, o livro pode ser compilado com os comandos usuais latex livro, bibtex livro, pdflatex livro, makeindex livro. Lembrando que livro.tex é o arquivo LaTeX principal.

Formato HTML

O livro também pode ser compilado em formato HTML digitando:

$ make html

Outros sistemas operacionais

O código LaTeX pode ser compilado em outros sistemas operacionais.

Em primeiro lugar, deve-se editar o arquivo de configuração config.knd. Este arquivo contém instruções TeX para controlar o formato do livro. Por exemplo, para setar o formato do livro em PDF, garanta que este arquivo contenha o seguinte texto:

\isbooktrue \ishtmlfalse

Por fim, o livro pode ser compilado com a seguinte sequência de comandos:

pdflatex livro
pdflatex livro
pdflatex livro
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].