WPS table How to draw two times function curve

Source: Internet
Author: User

1, start the WPS table, set the value of ABC, that is, two times the function of three coefficients.

2, we know that A is not 0, so it is necessary to set the data validity, set to not allow 0.

3, the following to make the function expression, the square number we can select in the special symbol.

4, we need to use the formula code, give a different ABC value, the resulting curve is also different. so function expression: = "y=" &if (E3=1, "x ²",e3& "x ²") &if (f3<0,f3& "x", if (F3=0, "", if (F3=1, "+x", "+" &F3& " X ")) &if (G3<0,g3,if (G3=0," "," + "&g3)), we know that the formula for the symmetric axis of the two quadratic function is x=-b/2a, so we can enter the formula in the B3 cell: =round ($F $3/( -2* $E $) -13+row (), 0), padding, and then in C3 input = $E $3*b3^2+ $F $3*b3+ $G $.

5, data generation finished, select XY scatter chart, type selected as numerous points smooth line scatter plot.

6, the source data settings, switch to the Data Region tab, click the Data area after the options, give the data area.

7, the chart has basically generated finished, we slightly beautify, change the curve color, delete some unnecessary things.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.