File:Pointwise sum and product of sin and ln function.png

Page contents not supported in other languages.
This is a file from the Wikimedia Commons
From Wikipedia, the free encyclopedia

Original file(633 × 853 pixels, file size: 25 KB, MIME type: image/png)

Summary

Description
English: The lower plot shows the functions sin (blue) and ln (red) on the interval [0.05,13.7]. The upper plot shows their pointwise sum (violet) and product (green) on the same interval. The highlighted vertical slice shows how sum and product were obtained at the point x=2π from the sum and product of the output of sin and ln at that point, respectively.
Date
Source Own work
Author Jochen Burghardt
Gnuplot source code
set yrange [-3:4]
set xrange [0.05:13.7]
set xtics 3.14
#set x2tics 2.72                ## buggy in v5.2 patchlevel 2

  plot sin(x) with lines lw 3 lc 6 title "sin"
replot log(x) with lines lw 3 lc 7 title "ln"
pause -1
  
set xtics 2.72                  ## remedy to above bug
  plot sin(x)+log(x) with lines lw 3 lc 1 title "sin+ln"
replot sin(x)*log(x) with lines lw 3 lc 2 title "sin*ln"
pause -1

Licensing

I, the copyright holder of this work, hereby publish it under the following license:
w:en:Creative Commons
attribution share alike
This file is licensed under the Creative Commons Attribution-Share Alike 4.0 International license.
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
  • share alike – If you remix, transform, or build upon the material, you must distribute your contributions under the same or compatible license as the original.

Captions

Add a one-line explanation of what this file represents

Items portrayed in this file

depicts

23 January 2019

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current17:47, 23 January 2019Thumbnail for version as of 17:47, 23 January 2019633 × 853 (25 KB)Jochen BurghardtUser created page with UploadWizard
The following pages on the English Wikipedia use this file (pages on other projects are not listed):

Global file usage

The following other wikis use this file: