Mr. Satyabrata has Published 355 Articles

Benefits and Challenges of Blockchain in IoT

Mr. Satyabrata

Mr. Satyabrata

Updated on 15-May-2023 15:05:08

674 Views

Blockchain is a new advancement in the case of a highly secure transaction. This advancement is based on distributed ledger technology. If you want very secure, tamper-proof transactions without a central authority then this is it. If we talk about the Internet of Things or IoT, this technique refers to ... Read More

How to Know whether a Line Touches, Intersects or Lie Outside a Circle in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:39:32

531 Views

A circle is a closed shape formed by tracing a point that moves in a plane such that its distance from a given point is constant. A line is a straight one-dimensional figure that does not have a thickness, and it extends endlessly in both directions. In this article we ... Read More

How to Know If Two Convex Regular Polygons have Same Centre or Not in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:38:01

160 Views

A polygon is a 2-dimensional closed shape that has at least 3 sides. Depending on the number of sides, relationships of the sides and angles, and other characteristics, polygons can be classified under different names like triangles, squares, and quadrilaterals. The convex polygon definition explains that one is a polygon ... Read More

How to Confirm If Given Four Points Form a Square in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:36:21

1K+ Views

A square is a two-dimensional shape which has four sides of equal length. The opposite sides of a square are parallel to each other and all four interior angles are right angles with diagonal of equal length. In this article we will check how to confirm if given four points ... Read More

Replace Negative and Positive Matrix Elements with 0 & 1 in Java

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:19:48

478 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Here we have given a matrix which contains set of elements including both positive and ... Read More

How to Print Lower Triangular Matrix in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:16:42

589 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Triangular Matrix − A square matrix is called as a triangular matrix if all the ... Read More

How to Find Sum of Matrix Elements in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:13:42

4K+ Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. Here we have given a matrix which contains set of elements and as per the ... Read More

How to Display an Identity Matrix in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 16:04:22

965 Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. An identity matrix is a square matrix where all the elements of the main diagonal ... Read More

How to Check if Two Given Circles Touch or Intersect in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 15:56:19

2K+ Views

A circle is a closed shape formed by tracing a point that moves in a plane such that its distance from a given point is constant. In this article we will check if two given circles touch or intersect each other. We will be given the two circles with center ... Read More

How to Check if the Matrix is Diagonal Matrix in Java?

Mr. Satyabrata

Mr. Satyabrata

Updated on 04-May-2023 15:55:59

1K+ Views

In Java, Array is an object. It is a non-primitive data type which stores values of similar data type. The matrix in java is nothing but a multi-dimensional array which represents multiple rows and columns. A matrix having non-zero elements only in the main diagonal (running from the upper left ... Read More

Advertisements