約 49,700,000 件 (0.27 秒)
検索結果
-
www.wolframalpha.com/input/?i=graph+y+%3D+e%5E(x-1)
この結果の説明は、このサイトの robots.txt により表示されません - 詳細GraphSketch
graphsketch.com/このページを訳すClick here to download this graph. Permalink ... You can also use "pi" and "e" as their respective constants. Please note: You should not use fractional exponents. For example, don't type " x^(1/3) " to compute the cube root of x. Instead, use ...Graphing Exponential Functions: More Examples - Purplemath
www.purplemath.com/modules/graphexp4.htmこのページを訳すGraph y = ex. This might feel a bit more difficult to graph, because just about all of my y-values will be decimal approximations. But if I round off to a reasonable number of decimal places (one or two is generally fine for the purposes of ...Relplot: equation plotter - Cornell University
www.cs.cornell.edu/w8/~andru/relplot/このページを訳すRelplot constructs high-resolution PostScript or PDF plots of the solutions to equations on two variables. ... sinh cosh tanh; Built-in variables: x y r th; Constants: pi e 2 -.5 1.4e5 .7e01 π; User-defined function applications: f(e1,..., ... x^2 * y^2 = 1 x^3 + y^3 = 3xy x^y = y^x (r-1/2)^5 = 4yx^3 - 4xy^3 ln r = sin 4x^2 + cos 5y^2 + x/4 ...How can I graph y = e^(-x) without a graphing calculator? - Yahoo ...
https://answers.yahoo.com/question/index?qid...このページを訳す2008/06/27 - So the graph is always decreasing, concave up. As x goes to minus infinity, e^(-x) goes to plus infinity. As x goes to plus infinity, it goes to zero (so the x axis is a horizontal asymptote). When x=0, y=1. The curve is always ...Plot The Function Y = 10(1 − E−x/4) Over The... - Chegg
www.chegg.com/.../plot-function-y-10-1-e-x-4-interva...このページを訳す評価: 3 - 1 件のレビューPlot the function y = 10(1 − e−x/4) over the interval 0 ≤ x ≤ xmax, using a while loop to determine the value of xmax such that y(xmax) = 9.8. Properly label the plot. The variable y represents force in newtons, and the variable x represents time ...ReviseMRI.com : Time constant tool— y=1-exp(-x/400)
www.revisemri.com/tools/timeconst/1_exp_x400このページを訳すWe define τ (which in this case is T1) to be equal to the time for the magnetisation to recover to (1-e-1) of M0, ... graph. For transverse decay (Mxy) after a 90° pulse, the equation is. Mxy(t) = M0(e-t/τ). and so τ (which in this case is T2) is equal to ...Exponential function - Wikipedia, the free encyclopedia
en.wikipedia.org/wiki/Exponential_functionこのページを訳すThe graph of y = ex is upward-sloping, and increases faster as x increases. ... If a principal amount of 1 earns interest at an annual rate of x compounded monthly, then the interest earned each month is x/12 times the current value, so each ...Create Plots - MATLAB & Simulink - MathWorks
www.mathworks.com/help/symbolic/create-plots.htmlこのページを訳すFor example, plot the symbolic expression ex/2 sin(10x). First ... fplot(h, [0 10]) hold on title('exp(x/2)*sin(10*x)') hold off ... syms x y u = sin(x^2 + y^2); v = cos(x*y); [X, Y] = meshgrid(-1:.1:1,-1:.1:1); U = subs(u, [x y], {X,Y}); V = subs(v, [x y], {X,Y}); . MATLAB Plotting - Tutorialspoint
www.tutorialspoint.com/matlab/matlab_plotting.htmこのページを訳すLet us plot the simple function y = x for the range of values for x from 0 to 100, with an increment of 5. ... x = [1 2 3 4 5 6 7 8 9 10]; x = [-100:20:100]; y = x.^2; plot(x, y). When you run the file, MATLAB displays the following .... y = e−1.5xsin(10x).