Explain the Bullwhip Effect in supply chains. How does information sharing and demand forecasting help in minimizing its impact on a retail business?
See Answer →
Define Retail Supply Chain Management. Explain its primary objectives and how it differs from traditional wholesale supply chain management.
See Answer →वायु प्रणालियाँ
See Answer →जनगणना आँकड़े
See Answer →गोलीय पृथ्वी
See Answer →
विषयगत मानचित्र बनाने के लिए उपयोग की जाने वाली विभिन्न मात्रात्मक विधियों का वर्णन कीजिए।
See Answer →एकविम या एकआयामी आरेख क्या होते हैं? उदाहरणों सहित इसके प्रकारों की व्याख्या कीजिए।
See Answer →
सुदूर संवेदन की संकल्पना अथवा अवधारणा का वर्णन कीजिए। सुदूर संवेदन उपग्रहों के संवेदक और वेदी / प्लेटफॉर्म का वर्णन कीजिए।
See Answer →मौसम पूर्वानुमान का वर्णन कीजिए। मौसम पूर्वानुमान के महत्व और प्रमुख विशेषताओं की व्याख्या कीजिए।
See Answer →भौगोलिक अध्ययनों में उपयोग किए जाने वाले आंकड़ों के प्राथमिक स्रोतों की व्याख्या कीजिए।
See Answer →सरल बेलनाकार प्रक्षेपण के गुणों का वर्णन कीजिए। इस प्रक्षेपण के कोई दो उपयोग और एक सीमा लिखिए।
See Answer →
मानचित्र मापनी के विभिन्न प्रकारों और निर्माण विधि को उपयुक्त उदाहरणों सहित समझाइए।
See Answer →Evaluate the integral using beta and gamma functions.
Evaluate the integral , where
, by considering D as a region of Type I and then as a region of Type II.
If be a function defined by
,
. Show that f is Riemann integrable using both definitions. Also, verify that the results of both definition match.
Find the equation of a line passing through points A(0, 1, 1) and B(1, 1, 0). Also, find the coordinates of a point on this line which is at a distance of 10 units from point A opposite to the side of point B.
(2 + 3 + 5)
---
In R we have a built-in data set "trees". A screenshot of the last four rows together with the R code to obtain it is given as follows. To get more detail about this data set you can run ?trees command on R console.
```
> tail(trees, 4)
Girth Height Volume
28 17.9 80 58.3
29 18.0 80 51.5
30 18.0 80 51.0
31 20.6 87 77.0
```
Note that all the three variables of this data set are numeric. So, assuming each row of this data set is a point in 3-dimension. Find the distances between the points corresponding to the and the
rows using the Manhattan and Chebyshev distance formula.