P/S: Code was written by Blog06, if there is anything wrong, please report to me!
Type: Python
Purpose: Plot the graph of the function y = ax^2
Code:
Import matplotlib. Pyplot as plt
Import numpy as np
# Khởi tạo giá trị a
A = 2
# Tạo một mảng các giá trị x từ -10 đến 10 với khoảng cách...