Andiguys

65 Reputation

5 Badges

1 years, 65 days

MaplePrimes Activity


These are replies submitted by Andiguys

@acer what changes i should make?

@acer I am not sure of deleting anything on jan 30. I dont remember. Is there any options to know that i have deleted in maple, so that i can check.

Can you explain my previous question why that error happening ? what syntax should i change?

@acer 

restart;

with(plots):


X:=[2000,3000,4000,5000,6000]:
Pi__DR:=[0, 0.13419216, 0.26838433, 0.40257649, 0.53676865];

Pi__DD:=[0, 0.13515835, 0.26935051, 0.40354267, 0.40354267, 0.53773484];

[0, .13419216, .26838433, .40257649, .53676865]

 

[0, .13515835, .26935051, .40354267, .40354267, .53773484]

(1)

 

P1 := plot([ <<X>|<Pi__DR>>[1..,..],
             <<X>|<Pi__DR>>[1..,..],
             <<X>|<Pi__DD>>[1..,..],
             <<X>|<Pi__DD>>[1..,..] ],
           color="Burgundy",
           legend=[`#msubsup(mi("Pi"),mn("DR"));`,
                   "",
                   `#msubsup(mi("Pi"),mn("DD"));`,
                   ""],
           labels=["manufacturer profit",
                   "Total profit\n"],
           labeldirections=[horizontal,vertical],
           style=[point,line,point,line], view=0.1..0.55, symbolsize=9,
           symbol=[box,box,asterisk,asterisk]
           );

Error, (in Matrix) this entry is too tall or too short: Vector(6, {(1) = 0, (2) = .13515835, (3) = .26935051, (4) = .40354267, (5) = .40354267, (6) = .53773484})

 

``

Download gggg.mw

@acer When i am giving C_v in labels

but in graph it shoving like C_v only its not shovwing Cv. What should i change?

@acer for the below figure how to include that in a rectange, its open now

How to tilt the direction of label [Total profit] to make it vertical?

@acer Not considering 70000 and 75000 data in plot

sheet attached: 

Download Andiguys_dual_ac.mw

can we add label to axis?
on left axis - Manufacturer profit
on right axis- retailer profit
on x-axis - cost of raw material

@acer can you help in combining both plots and giving legends for the line?

Sheet attached: Quest_plot.mw

@Kitonum can we start the plot from 70000 ?

Also the column 3rd and 5th are represented by right axis as you shown and column 2 and 4th on left axis.
I mean to include all graphs in same plot is it possible like below:

@acer How to generate a graph from the table given: The x column makes the x-axis and the profit is the y-axis. The problem is the 3rd and 5th column units are 10^6 and 2 and 4th column units are 10^8. ? In that scenario, what is the best way to represent these values on the same graph? Can you give the syntax?

 

X

70000

18963457.2

204495.57

18829161.3

221280.537

75000

17846277.6

240745.572

17647617.5

259449.16

80000

16743622.7

281162.238

16468147.5

301765.4

85000

15655492.6

325745.572

15290751.2

348229.239

90000

14581887.3

374495.572

14115428.6

398840.68

95000

13522806.7

427412.238

12942179.7

453599.723

10000

12478250.8

484495.57

11771004.6

512506.36

@Kitonum Can i get the above figure in box like below example figure:

what change in syntax to make?


 

@dharr Thankyou. Can we again simplify  lhs of Cv in final condition ---  [....]<=Cv  , when 0<d/....       is it possible?

Also in otherwise case there is nothing in bracket what does that mean?

@nm In my case >= is present between two equation. How to solve that so that we can get conditions for Cv and Ce

@acer Thankyou. 

How can I create 2D plots for Cv vs. etemp and Cv vs. deltatemp? Additionally, is it possible to display both plots on the same graph?

Given the following values:

  • Cv = 80, deltatemp = 0.0578703702395449, etemp = 0.161839640102812
  • Cv = 85, deltatemp = 0.0636, etemp = 0.181338393233975

I have generated similar values for other points. How can I individually plot these relationships and then combine them into a single graph, considering that the numerical values of etemp are one decimal place higher than deltatemp?

sheet: Question_plot_cv_ac2B.mw

@acer 2 Questions
1. In the plot above, we can see that the profit value changes for each curve as we move upward. However, since only one decimal places are considered, the variation in values is not clearly visible. For example, in the above plot, the first curve shows 1.7, and the second curve also appears as 1.7. Could we display the full numerical values to make the differences clearer for viewers?
2. Is it possible to generate a 3D plot from which this contour plot is interpolated?

@acer Could you help me with the syntax? I want to plot all the curves on the same graph, but the challenge is that I need to fetch the data first. To do this, I plan to save the data in an array and then use it to draw the graph as shown below
But how to save data from loop and fetch it to draw the graph

Sheet: trial_question.mw

sample graph below

2 3 4 5 6 7 8 Page 4 of 8