Browsing by Author "Syukriyah, Yenie"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- ItemPENERAPAN ALGORITMA A* (STAR) UNTUK MENCARI RUTE TERCEPAT DENGAN HAMBATAN(Seminar Nasional Telekomunikasi dan Informatika (SELISIK 2016),Universitas Pasundan, 2016-05-28) Syukriyah, Yenie; Falahah; Solihin, HermiAlgorithm A* (Astar) is one of the algorithms included in the category of search methods that has an information (informed search method). This algorithm is very good as a pathfinding process (search path). These algorithms look for the fastest route distance to be taken an initial point (starting point) to object to the destination by comparing the values in this algorithm. The calculation of the heuristic function in these simulations using Manhattan distance heuristic function. To explore the behavior of A* algorithm, we build a simulation using Java programming language. The aim of this research is to establish a simulation application of A* Algorithm for finding the fastest route, and we try to implement it into the case of barriers traffic jam. The result shows that the calculation can prove that the route found in this simulation is the route with the best solution which have the smallest value.
- ItemA STUDY OF GAUSSIAN ELIMINATION METHOD APPLICATIONS(Solid State Technology Volume: 63 Issue: 4, 2020) Syukriyah, Yenie; Rahmana, ArifSolving linear equations is an important application of linear algebra which also plays an important role in many fields of science namely physics, statistics, computer science and others. There are many methods for solving linear equations but the main focus of this paper is on the Gaussian elimination method. For many scientific calculations, it is necessary to solve linear equations so a good choice is to solve them with the Gaussian elimination algorithm. The series of operations performed on the coefficient matrix for Matrix reduction is called the Gauss elimination method.