About 10,700,000 results
Open links in new tab
  1. Plotting Sine and Cosine Graph using Matplotlib in Python

    Aug 12, 2024 · One can install Matplotlib using the below command on the terminal or Jupyter notebook. Now let's plot the sine curve using the sine function that is inbuilt into the NumPy …

  2. python - How to get cosine in jupyter notebook? - Stack Overflow

    Jul 30, 2022 · You don't have to import numpy or pandas (which as far as I am aware doesn't implement any general-purpose cosine function) to calculate cosine. You can import math and …

  3. Plotting sine and cosine with Matplotlib and Python

    Feb 5, 2018 · In this post we will create a plot using matplotlib and Python. The plot will show two trig functions, sine and cosine on the same set of axes.

  4. Interactive trigonometric functions — Open Software Services for ...

    In this notebook, we will show you how to develop an interactive notebook to demonstrate trigonometric functions. We are using the “matplotlib” package to create the main figure and …

  5. Plotting Simple Sine & Cosine Curves using Python Programming …

    Jan 17, 2021 · Demonstration of plotting simple Sine and Cosine curves using Python (Jupyter Notebook)...more

  6. Lab 03 - Functions and Plots - Jupyter Notebook - Studocu

    In this lab, we will learn how to use SageMath to create graphs of various functions. Section 1. function? 𝐩𝐥𝐨𝐭 (...) plot? SageMath has many built in functions, commands, and constants such as …

  7. Trignometry Visualisation In Jupyter notebook Python

    Sep 3, 2021 · y =r *np.cos (np.radians (t)) a = ( [0,x,x,0]) b = ( [0,0,y,0]) c = r *np.sin (np.radians (th)) d = r *np.cos (np.radians (th)) plt.xlabel ('angle') ax.plot (a,b,c,d)

  8. Python: How to plot y=cosh(x) *cos(5x) - Stack Overflow

    May 21, 2021 · using Python I would like to plot a curve for the function y=cosh (x)*cos (5x) in my Jupyter Notebook. In other words: (cosine hyperbolicus of x) times (cosine of 5x)

  9. Jupyter Notebook: interactive plot with widgets - Stack Overflow

    I am trying to generate an interactive plot that depends on widgets. The problem I have is that when I change parameters using the slider, a new plot is done after the previous one, instead I …

  10. Plot simple functions like sine of x with IPython - Ask Ubuntu

    Nov 3, 2016 · Follow these steps to generate the sine wave plot in the example from matplotlib.org. Open the ipython-notebook web browser interface. From the terminal run: …

  11. Some results have been removed
Refresh