This repository contains a notebook developed to visually represent mathematical functions using Python with matplotlib and numpy.
The notebook includes:
- Definition and visualization of the cost function:
C(x) = 5x + 200 - Input value generation with
numpy - Graph creation with annotated points
- Basic use of
matplotlibfor clear and informative visualization
- Python 3.x
- Google Colab
- matplotlib
- numpy
Linear cost function:
C(x) = 5x + 200
Wherexrepresents the number of units produced andC(x)is the total cost.
You can open and run the notebook directly in Google Colab:
Or:
- Clone this repository
- Install dependencies (
matplotlib,numpy) - Run it using Jupyter Notebook or your preferred environment
📁 computational-mathematics/ ├── matematica-computacional.ipynb └── README.md
Developed by Sure as part of studies in Computational Mathematics.
🌎 In portuguese:
Este repositório contém um notebook desenvolvido para representar graficamente funções matemáticas usando Python com matplotlib e numpy.
O notebook inclui:
- Definição e visualização da função custo:
C(x) = 5x + 200 - Geração de valores de entrada com
numpy - Criação de gráficos com pontos anotados
- Uso de ferramentas básicas do
matplotlibpara visualização clara e informativa
- Python 3.x
- Google Colab
- matplotlib
- numpy
Função linear do custo de produção:
C(x) = 5x + 200
Ondexrepresenta o número de unidades produzidas eC(x)o custo total.
Você pode abrir e executar o notebook diretamente no Google Colab:
Ou:
- Clone este repositório
- Instale as dependências (
matplotlib,numpy) - Execute com Jupyter Notebook ou no seu ambiente favorito
📁 matematica-computacional/ ├── matematica-computacional.ipynb └── README.md
Desenvolvido por Sure como parte de estudos em Matemática Computacional.