Welcome! You have been invited by dungdpn to join our community. Please click here to register.
  1. Blog06

    Code Python vẽ đồ thị hàm số y = ax^2

    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...
Back