Alekhya Nagulavancha has Published 29 Articles

Python Program to Calculate Standard Deviation

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 26-Oct-2022 10:07:50

10K+ Views

In this article, we will learn how to implement a python program to calculate standard deviation on a dataset. Consider a set of values plotted on any coordinate axes. Standard deviation of these set of values, called population, is defined as the variation seen among them. If the standard deviation ... Read More

Python Program to calculate the cube root of the given number

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 26-Oct-2022 09:50:03

13K+ Views

Mathematically, a cube root of a certain number is defined as a value obtained when the number is divided by itself thrice in a row. It is the reverse of a cube value. For example, the cube root of 216 is 6, as 6 × 6 × 6 = 216. ... Read More

Python Program to calculate the volume and area of Sphere

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 26-Oct-2022 09:25:35

3K+ Views

A sphere (solid) is usually considered a two-dimensional figure even though the figure is seen in three planes from its center. The main reason for this is that, a sphere is only measured using its radius. However, a hollow sphere is considered a three-dimensional figure since it contains space within ... Read More

Python Program to calculate the area of the rhombus

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 26-Oct-2022 09:23:37

1K+ Views

A rhombus is a four-sided polygon that has all equal edges and perpendicular diagonals. It is also called as a special type of parallelogram, since a parallelogram has equal opposite sides and is shaped similar. The area of a rhombus is calculated with its diagonals, as they form four ... Read More

Python Program to calculate the volume and area of Cone

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 26-Oct-2022 08:57:59

2K+ Views

A cone is a three-dimensional figure that is formed by connecting infinite line segments from a common point to all the points in a circular base. This common point is also known as an apex. The cone is measured using three dimensions: radius of its circular base, height and lateral ... Read More

Python Program to calculate the logarithm gamma of the given number

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 14-Oct-2022 08:30:21

596 Views

In mathematics, the gamma function is said to be an extension to the factorial of any given number. However, as the factorial is only defined for real numbers, the gamma function exceeds to define the factorial on all complex numbers except the negative integers. It is represented by − Γ(x) ... Read More

Python Program to calculate the volume and area of the Cylinder

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 14-Oct-2022 08:05:51

2K+ Views

In this article, we will look into a python program to calculate the volume and area of a cylinder. A cylinder is defined as a 3D object that has two circles connected with a rectangular surface. The special thing about a cylinder is that even though it is measured using ... Read More

Python Program to calculate the volume of Cube

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 14-Oct-2022 07:57:45

4K+ Views

A cube is a three-dimensional solid figure with six faces, twelve edges and eight vertices. This geometrical figure has equal sized edges, hence making all its dimensions − length, width and height − equal. The idea of calculating the volume of a cube can be understood in a simple way. ... Read More

Python Program to calculate the area of Cube

Alekhya Nagulavancha

Alekhya Nagulavancha

Updated on 14-Oct-2022 07:52:57

2K+ Views

To calculate the area of a cube, let us first revise the concept of a cube. A cube is a geometrical figure containing three dimensions: length, width, and height with all the dimensions having equal measurements. It has six square faces, four of which are lateral surfaces and the other ... Read More

Advertisements