Question


how to get the value of function u(x,t)=exp(ax+bt) in form of table for diffrent value of x and t
I want the value of u in form of the table for different value of x and t.as shown in table and want the explanation for each st...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


Explain me the code how to calculate the value of u(x,t)=a exp(ct+bx).Plz explain in detail and how to plot the two dimensional graph of u(x,t)by keeping x constant and u(x,t) by keeping t constant
some has previously reply to it but by running the program its showing an error.Plz explain in detail the code

ungefär 8 år ago | 0 answers | 0

0

answers

Question


If any one can remove the error from this code.when i run this code it is showing the following error
u_xt = @(x,t,a,b) exp(a*t+b*x); % Create a function handle x=[0:0.1:1]; %NOTE: I chose the step-size here as 0.1 t=[...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


how to find values of u for different value of x and t for u(x,t) =a*(exp(b*t)+exp(c*x+(D*c-u)*c*t)-exp(D*c-u)*c*t
plz explain the code in detail each and every step

ungefär 8 år ago | 0 answers | 0

0

answers

Question


how to plot two dimensional graph for u(x,t)=a*(exp(t)+exp(c*x+(D*c-u)*c*t)-exp(D*c-u)*c*t) .Plot x Verus u and Plot t verus u.
explain each and every step in detail.so that i can easily understand the code

ungefär 8 år ago | 0 answers | 0

0

answers

Question


In the below code what a0, b0, T0 standard for
a0=1 b0=1 T0=1 step_x=.01 step_t=.01 L_t=T0/step_t L_x=T0/step_x a=a0*ones(1,L_t+1) b=b0*ones(1,L_x+1) [X,T]=meshgrid([...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


I get the answer for my question but i ddnt understand where you have enter the function.If u can explain me the coding for this
a0=1 b0=1 T0=1 step_x=.01 step_t=.01 L_t=T0/step_t L_x=T0/step_x a=a0*ones(1,L_t+1) b=b0*ones(1,L_x+1)...

ungefär 8 år ago | 1 answer | 0

1

answer

Question


how to calculate the value of u(x,t)=exp(at+bx) for x=0 to 1 and t=0 to 1
I want the numerical value of u for different value of x and t and want to plot u verus x and u verus t

ungefär 8 år ago | 2 answers | 0

2

answers

Question


if i have two identical line in graph how can i make them visible for two dat
x=[ 0.10 0.15 0.18 0.19] y=[0.11 0.156 0.1888 0.195]

ungefär 8 år ago | 0 answers | 0

0

answers

Question


how to enter function expoential function with two variable
calculate u(x,t)= exp (a*x+b*t)

ungefär 8 år ago | 1 answer | 0

1

answer